Class InvalidDataException

    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidDataException

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

        public InvalidDataException​(java.lang.String message,
                                    java.lang.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​(java.lang.Throwable cause)
        Constructs a new InvalidDataException with the specified cause and a null message.
        Parameters:
        cause - The cause of this exception