Class InvalidDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.getelements.elements.sdk.model.exception.BaseException
dev.getelements.elements.sdk.model.exception.InvalidDataException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BadParameterCombinationException
,BadQueryException
,BadSessionSecretException
,ContractInvocationException
,InvalidKeyException
,ValidationFailureException
Created by patricktwohig on 4/1/15.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidDataException
(String message) InvalidDataException
(String message, Object model) InvalidDataException
(String message, Throwable cause) InvalidDataException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) InvalidDataException
(String message, Throwable cause, Object model) InvalidDataException
(Throwable cause) InvalidDataException
(Throwable cause, Object model) -
Method Summary
Methods inherited from class dev.getelements.elements.sdk.model.exception.BaseException
forceFillInStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidDataException
public InvalidDataException() -
InvalidDataException
-
InvalidDataException
-
InvalidDataException
-
InvalidDataException
-
InvalidDataException
-
InvalidDataException
-
InvalidDataException
-
-
Method Details
-
getCode
Description copied from class:BaseException
Gets the error code.- Specified by:
getCode
in classBaseException
- Returns:
- the
ErrorCode
-