Class IllegalStateUpdateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.avcompris.commons3.api.exception.ServiceException
net.avcompris.commons3.api.exception.IllegalStateUpdateException
- All Implemented Interfaces:
Serializable
This exception is thrown when a resource update could not take place because
the "fromRevision" field specified in the update didn’t match the actual
"revision" field in the database.
- Author:
- dandriana
- See Also:
-
Constructor Summary
ConstructorDescriptionIllegalStateUpdateException
(String message) IllegalStateUpdateException
(String message, Throwable cause) -
Method Summary
Methods inherited from class net.avcompris.commons3.api.exception.ServiceException
getDescription, getHttpErrorCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalStateUpdateException
-
IllegalStateUpdateException
-
IllegalStateUpdateException
-