Class InvalidInputException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.netcetera.threeds.sdk.api.exceptions.InvalidInputException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidInputException extends java.lang.RuntimeExceptionThe 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
-
-
Constructor Summary
Constructors Constructor Description InvalidInputException(java.lang.String message)InvalidInputException(java.lang.String message, java.lang.Throwable cause)
-