Class InvalidParameterDataException

  • All Implemented Interfaces:
    Serializable

    public class InvalidParameterDataException
    extends Exception
    This exception is thrown to indicate that the value entered is wrong, not understood or otherwise invalid.
    Author:
    Thomas Morgner
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidParameterDataException

        public InvalidParameterDataException()
        Creates a StackableRuntimeException with no message and no parent.
      • InvalidParameterDataException

        public InvalidParameterDataException​(String message,
                                             Exception ex)
        Creates an exception.
        Parameters:
        message - the exception message.
        ex - the parent exception.
      • InvalidParameterDataException

        public InvalidParameterDataException​(String message)
        Creates an exception.
        Parameters:
        message - the exception message.