Class BaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.getelements.elements.rt.exception.BaseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AssetNotFoundException,AsyncOperationCanceledException,BadManifestException,BadRequestException,ContentionException,CorruptEnvelopeException,DeadResourceException,DuplicateException,DuplicateTaskException,HandlerTimeoutException,InternalException,ManifestNotFoundException,MethodNotFoundException,ModuleNotFoundException,NoSuchTaskException,OperationNotFoundException,ParameterNotFoundException,RemoteThrowableException,ResourceDestroyedException,ResourceNotFoundException,RoutingException,ServiceNotFoundException,TaskKilledException,UnacceptableContentException,UnsupportedMediaTypeException,VerbNotSupportedException
Created by patricktwohig on 8/14/17.
- 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
-
getResponseCode
-