Class TunnelingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.castlabs.android.player.exceptions.TunnelingException
- All Implemented Interfaces:
Serializable
Exception that is raised when tunneling mode can not be enabled because of specified reasons.
- Since:
- 4.2.74
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic TunnelingException
create
(TunnelingException.Reason reason, String message) static String
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
reason
-
-
Method Details
-
create
@NonNull public static TunnelingException create(@Nullable TunnelingException.Reason reason, @NonNull String message) -
reasonString
-
reasonString
-