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 Summary
ConstructorsConstructorDescriptionCreates a newTvMazeConnectionException.ConnectionException(String msg, Throwable cause) Creates a newTvMazeConnectionException. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectionException
Creates a newTvMazeConnectionException.- Parameters:
msg- the exception message
-
ConnectionException
-