Class AuthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amilesend.client.connection.ConnectionException
com.amilesend.client.connection.RequestException
com.amilesend.client.connection.auth.AuthException
- All Implemented Interfaces:
- Serializable
Defines the exception thrown due to issues with authorization.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionAuthException(String msg) Creates a newAuthException.AuthException(String msg, Throwable cause) Creates a newAuthException.
- 
Method SummaryMethods inherited from class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
AuthExceptionCreates a newAuthException.- Parameters:
- msg- the exception message
 
- 
AuthException
 
-