public class CastException extends IOException
| Modifier and Type | Class and Description |
|---|---|
static class |
CastException.ErrorResponseCastException
A specialized
CastException used to deliver an
StandardResponse.ErrorResponse if one is returned from the cast device. |
static class |
CastException.LaunchErrorCastException
A specialized
CastException used when a LAUNCH_ERROR
response is received. |
static class |
CastException.UnprocessedCastException
A specialized
CastException used to deliver a responses
that could not be deserialized. |
static class |
CastException.UntypedCastException
A specialized
CastException used to deliver a
StandardResponse if another type than what was expected is
returned from the cast device. |
| Constructor and Description |
|---|
CastException(String message)
Creates a new instance with the specified message.
|
CastException(String message,
Throwable cause)
Creates a new instance with the specified message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2022. All rights reserved.