Class ConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amilesend.client.connection.ConnectionException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- RequestException, ResponseException
Defines the exception thrown from 
Connection.- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionCreates a newTvMazeConnectionException.ConnectionException(String msg, Throwable cause) Creates a newTvMazeConnectionException.
- 
Method SummaryMethods inherited from class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ConnectionExceptionCreates a newTvMazeConnectionException.- Parameters:
- msg- the exception message
 
- 
ConnectionException
 
-