Package com.castlabs.sdk.broadpeak
Class BroadpeakSessionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.castlabs.sdk.broadpeak.BroadpeakSessionException
- All Implemented Interfaces:
Serializable
Exception to represent an issue from Broadpeak.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetCause()
Returns the cause of the exception, if any.Returns the message of the exception.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getMessage
Returns the message of the exception.- Overrides:
getMessage
in classThrowable
- Returns:
- the message of the exception
-
getCause
Returns the cause of the exception, if any.
-