Class InvalidDataFormatException

    • Constructor Detail

      • InvalidDataFormatException

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

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

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