Class BaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.getelements.elements.sdk.model.exception.BaseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AppleIapVerifyReceiptStatusErrorCodeException
,ConflictException
,DuplicateException
,ForbiddenException
,InternalException
,InvalidDataException
,InvalidParameterException
,NotFoundException
,NotImplementedException
,TooBusyException
,UnauthorizedException
Created by patricktwohig on 3/25/15.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBaseException
(String message) BaseException
(String message, Throwable cause) BaseException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) BaseException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BaseException
public BaseException() -
BaseException
-
BaseException
-
BaseException
-
BaseException
-
-
Method Details
-
getCode
Gets the error code.- Returns:
- the
ErrorCode
-
forceFillInStackTrace
Forcibly fills in the exception's stack trace, overriding any system flags.- Returns:
- the stack trace
-