Package su.litvak.chromecast.api.v2
Class ChromeCastException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
su.litvak.chromecast.api.v2.ChromeCastException
- All Implemented Interfaces:
Serializable
Generic error, which may happen during interaction with ChromeCast device. Contains some descriptive message.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionChromeCastException(String message) ChromeCastException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ChromeCastException
-
ChromeCastException
-