Package com.teamdev.jxbrowser.cast
Class CastSessionStartFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.teamdev.jxbrowser.cast.CastSessionStartFailedException
- All Implemented Interfaces:
Serializable
An event indicating that the start of the cast session has failed.
-
Constructor Summary
ConstructorDescriptionCastSessionStartFailedException
(String message, ResultCode code) Initializes a new instance ofCastSessionStartFailedException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CastSessionStartFailedException
Initializes a new instance ofCastSessionStartFailedException
.
-
-
Method Details
-
code
The error code obtained from Chromium.
-