com.sas.drugdev.remote.session
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.drugdev.remote.session.AuthenticationException
- All Implemented Interfaces:
- java.io.Serializable
- public class AuthenticationException
- extends java.lang.Exception
Thrown for an invalid username/password combination.
- 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()
AuthenticationException
public AuthenticationException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-
AuthenticationException
public AuthenticationException(java.lang.String message)
- Parameters:
message
-
AuthenticationException
public AuthenticationException(java.lang.Throwable cause)
- Parameters:
cause
-