Class SdkNotConnectedException

All Implemented Interfaces:
Serializable

public class SdkNotConnectedException extends SdkException
Exception thrown when the SDK is not connected or is disposed.
See Also:
  • Constructor Details

    • SdkNotConnectedException

      public SdkNotConnectedException()
      Constructs a new SdkNotConnectedException with no specified detail message.
    • SdkNotConnectedException

      public SdkNotConnectedException(Exception cause)
      Constructs a new SdkNotConnectedException with the specified detail message and cause.
      Parameters:
      cause - the cause of the exception