Project Aristotle - ArisID Attribute Services

org.openliberty.arisid
Class AttrSvcInitializedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openliberty.arisid.IGFException
              extended by org.openliberty.arisid.AttrSvcInitializedException
All Implemented Interfaces:
java.io.Serializable

public class AttrSvcInitializedException
extends IGFException

See Also:
Serialized Form

Constructor Summary
AttrSvcInitializedException()
           
AttrSvcInitializedException(java.lang.String arg0)
           
AttrSvcInitializedException(java.lang.String arg0, java.lang.Throwable arg1)
           
AttrSvcInitializedException(java.lang.Throwable arg0)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttrSvcInitializedException

public AttrSvcInitializedException()

AttrSvcInitializedException

public AttrSvcInitializedException(java.lang.String arg0,
                                   java.lang.Throwable arg1)

AttrSvcInitializedException

public AttrSvcInitializedException(java.lang.String arg0)

AttrSvcInitializedException

public AttrSvcInitializedException(java.lang.Throwable arg0)

OpenLiberty.org - Licensed under Apache APL 2.0