Package money.zumo.zumokit.exceptions
Class InvalidRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- money.zumo.zumokit.exceptions.ZumoKitException
-
- money.zumo.zumokit.exceptions.InvalidRequestException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidRequestException extends ZumoKitException
An exception indicating that invalid parameters were used in a request.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidRequestException(java.lang.String errorType, java.lang.String errorCode, java.lang.String errorMessage)
-
Method Summary
-
Methods inherited from class money.zumo.zumokit.exceptions.ZumoKitException
getErrorCode, getErrorType
-
-