Class SdkFatalException

All Implemented Interfaces:
Serializable

public class SdkFatalException extends SdkException implements Serializable
SDK exception that is fatal
See Also:
  • Constructor Details

    • SdkFatalException

      public SdkFatalException(String message)
      Initializes a new instance of the SdkFatalException class.
      Parameters:
      message - the detail message (which is saved for later retrieval by the getMessage() method).
    • SdkFatalException

      public SdkFatalException(Throwable cause)
      Initializes a new instance of the SdkFatalException class.
      Parameters:
      cause - the cause (which is saved for later retrieval by the {code getCause()} method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
    • SdkFatalException

      public SdkFatalException(String message, Throwable cause)
      Initializes a new instance of the SdkFatalException class.
      Parameters:
      message - the detail message (which is saved for later retrieval by the getMessage() method).
      cause - the cause (which is saved for later retrieval by the {code getCause()} method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)