Class ConflictException
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.ConflictException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConflictException
(String message) ConflictException
(String message, Throwable cause) ConflictException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) ConflictException
(Throwable cause) -
Method Summary
Methods inherited from class dev.getelements.elements.sdk.model.exception.BaseException
forceFillInStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConflictException
public ConflictException() -
ConflictException
-
ConflictException
-
ConflictException
-
ConflictException
-
-
Method Details
-
getCode
Description copied from class:BaseException
Gets the error code.- Specified by:
getCode
in classBaseException
- Returns:
- the
ErrorCode
-