org.openliberty.arisid.stack
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openliberty.arisid.IGFException
org.openliberty.arisid.stack.AuthenticationException
- All Implemented Interfaces:
- java.io.Serializable
public class AuthenticationException
- extends IGFException
Used when an authentication exception occurs when authenticating the client application context.
- 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 |
AuthenticationException
public AuthenticationException()
- See Also:
Exception.Exception()
AuthenticationException
public AuthenticationException(java.lang.String arg0)
- See Also:
Exception.Exception(java.lang.String)
AuthenticationException
public AuthenticationException(java.lang.Throwable arg0)
- See Also:
Exception.Exception(java.lang.Throwable)
AuthenticationException
public AuthenticationException(java.lang.String arg0,
java.lang.Throwable arg1)
- See Also:
Exception.Exception(java.lang.String, java.lang.Throwable)