Class InternalException
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.InternalException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CryptoException
,MapperException
,NotificationConfigurationException
,UnavailableException
,UnhealthyException
Created by patricktwohig on 3/30/15.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInternalException
(String message) InternalException
(String message, Throwable cause) InternalException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) InternalException
(Throwable cause) -
Method Summary
Methods inherited from class dev.getelements.elements.sdk.model.exception.BaseException
forceFillInStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InternalException
public InternalException() -
InternalException
-
InternalException
-
InternalException
-
InternalException
-
-
Method Details
-
getCode
Description copied from class:BaseException
Gets the error code.- Specified by:
getCode
in classBaseException
- Returns:
- the
ErrorCode
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-