Class SDKException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ReconnectedSDKException

public class SDKException extends RuntimeException
See Also:
  • Constructor Details

    • SDKException

      public SDKException(String string)
    • SDKException

      public SDKException(String string, Throwable t)
    • SDKException

      public SDKException(int httpStatusCode, String string)
  • Method Details

    • getHttpStatus

      public int getHttpStatus()