org.openliberty.arisid
Class InitializedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openliberty.arisid.IGFException
org.openliberty.arisid.InitializedException
- All Implemented Interfaces:
- java.io.Serializable
public class InitializedException
- extends IGFException
Used for exceptions generated within IGF stack implementations.
- See Also:
- Serialized Form
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 |
InitializedException
public InitializedException()
- See Also:
Exception.Exception()
InitializedException
public InitializedException(java.lang.String arg0)
- See Also:
Exception.Exception(java.lang.String)
InitializedException
public InitializedException(java.lang.Throwable arg0)
- See Also:
Exception.Exception(java.lang.Throwable)
InitializedException
public InitializedException(java.lang.String arg0,
java.lang.Throwable arg1)
- See Also:
Exception.Exception(java.lang.String, java.lang.Throwable)