Class BroadpeakSessionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.castlabs.sdk.broadpeak.BroadpeakSessionException
All Implemented Interfaces:
Serializable

public class BroadpeakSessionException extends Exception
Exception to represent an issue from Broadpeak.
See Also:
  • Method Details

    • getMessage

      public String getMessage()
      Returns the message of the exception.
      Overrides:
      getMessage in class Throwable
      Returns:
      the message of the exception
    • getCause

      public Throwable getCause()
      Returns the cause of the exception, if any.
      Overrides:
      getCause in class Throwable
      Returns:
      the cause of the exception, if any