Package com.amilesend.client.connection
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 java.lang.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
Creates a newTvMazeConnectionException
.- Parameters:
msg
- the exception messagecause
- the cause of the exception
-