Class InvalidDataException

    • Constructor Detail

      • InvalidDataException

        public InvalidDataException​(String message)
        Constructs a new InvalidDataException with a message.
        Parameters:
        message - The message to display with the exception
      • InvalidDataException

        public InvalidDataException​(String message,
                                    Throwable cause)
        Constructs a new InvalidDataException with the specified message and cause.
        Parameters:
        message - The exception message
        cause - The cause of this exception
      • InvalidDataException

        public InvalidDataException​(Throwable cause)
        Constructs a new InvalidDataException with the specified cause and a null message.
        Parameters:
        cause - The cause of this exception