Class IntentException

    • Constructor Detail

      • IntentException

        public IntentException()
        Constructs an exception with no message and no underlying cause.
      • IntentException

        public IntentException​(String message)
        Constructs an exception with the specified message.
        Parameters:
        message - the message describing the specific nature of the error
      • IntentException

        public IntentException​(String message,
                               Throwable cause)
        Constructs an exception with the specified message and the underlying cause.
        Parameters:
        message - the message describing the specific nature of the error
        cause - the underlying cause of this error