com.crankuptheamps.client.exception
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.crankuptheamps.client.exception.AMPSException
com.crankuptheamps.client.exception.ConnectionException
com.crankuptheamps.client.exception.AuthenticationException
- All Implemented Interfaces:
- Serializable
public class AuthenticationException
- extends ConnectionException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AuthenticationException
public AuthenticationException()
AuthenticationException
public AuthenticationException(String msg)
AuthenticationException
public AuthenticationException(Throwable t_)
AuthenticationException
public AuthenticationException(String msg_,
Throwable t_)