Class ContentionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.getelements.elements.rt.exception.BaseException
dev.getelements.elements.rt.exception.ContentionException
- All Implemented Interfaces:
Serializable
Created by patricktwohig on 8/14/17.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContentionException
(String message) ContentionException
(String message, Throwable cause) ContentionException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) ContentionException
(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
-
ContentionException
public ContentionException() -
ContentionException
-
ContentionException
-
ContentionException
-
ContentionException
-
-
Method Details
-
getResponseCode
- Specified by:
getResponseCode
in classBaseException
-