Class BadParameterException

    • Constructor Detail

      • BadParameterException

        public BadParameterException​(String message)
        Instantiates a new bad parameter exception.
        Parameters:
        message - the message
      • BadParameterException

        public BadParameterException​(Throwable cause)
        Instantiates a new bad parameter exception.
        Parameters:
        cause - the cause
      • BadParameterException

        public BadParameterException​(String message,
                                     Throwable cause)
        Instantiates a new bad parameter exception.
        Parameters:
        message - the message
        cause - the cause