Class RequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amilesend.client.connection.ConnectionException
com.amilesend.client.connection.RequestException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AuthException, ThrottledException
Defines the exception thrown from 
Connection that is specific to an issue with a request.- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionRequestException(String msg) Creates a newRequestException.RequestException(String msg, Throwable cause) Creates a newRequestException.
- 
Method SummaryMethods inherited from class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
RequestExceptionCreates a newRequestException.- Parameters:
- msg- the exception message
 
- 
RequestException
 
-