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

public class InvalidInputException extends 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:
  • Constructor Details

    • InvalidInputException

      public InvalidInputException(String message)
      Parameters:
      message - String.
    • InvalidInputException

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