Class InternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.getelements.elements.rt.exception.BaseException
dev.getelements.elements.rt.exception.InternalException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ApplicationCodeNotFoundException
,FatalException
,MalformedMessageException
,MultiException
,NodeNotFoundException
,NullResourceException
,ResourcePersistenceException
,SnapshotMissException
,UnixFSChecksumFailureException
,UnixFSNoSuchRevisionException
Created by patricktwohig on 8/15/17.
- 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 java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InternalException
public InternalException() -
InternalException
-
InternalException
-
InternalException
-
InternalException
-
-
Method Details
-
getResponseCode
- Specified by:
getResponseCode
in classBaseException
-