Class SdkFatalException

    • Constructor Detail

      • 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.)