Class InvalidInputException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.netcetera.threeds.sdk.api.exceptions.InvalidInputException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidInputException(String message) InvalidInputException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString