Class InvalidParameterException

    • Constructor Detail

      • InvalidParameterException

        public InvalidParameterException​(String text)
        Creates a new exception with a given text.
        Parameters:
        text - text to go with the new exception.
      • InvalidParameterException

        public InvalidParameterException​(Throwable e)
        Creates a new exception with a given parent exception.
        Parameters:
        e - the parent exception.
      • InvalidParameterException

        public InvalidParameterException​(String message,
                                         Throwable cause)
        Creates a new exception with a given message and a given parent exception cause.
        Parameters:
        message - the message.
        cause - the cause.