Class SDKException

    • Constructor Detail

      • SDKException

        public SDKException​(String message,
                            Throwable cause)
        Creates an SDKException with the specified detail message and cause.
        Parameters:
        message - exception detail message
        cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
      • SDKException

        public SDKException​(String message)
        Constructs an SDKException with the specified detail message.
        Parameters:
        message - exception detail message