Class InvalidInputException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidInputException
    extends java.lang.RuntimeException
    The InvalidInputException class shall represent a run-time exception that occurs due to one of the following reasons:
    • Parameter value is mandatory, but was not provided.
    • Parameter value does not conform to the specified format.
    • Parameter value exceeds the maximum limit.
    • Parameter value does not meet the minimum length criteria.
    See Also:
    Serialized Form
    • 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

      • InvalidInputException

        public InvalidInputException​(java.lang.String message)
        Parameters:
        message - String.
      • InvalidInputException

        public InvalidInputException​(java.lang.String message,
                                     java.lang.Throwable cause)
        Parameters:
        message - String.
        cause - String.