java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.cruk.clarity.api.ClarityUpdateException
- All Implemented Interfaces:
Serializable
Exception thrown when an attempt is made to change an object that
cannot be altered in such a manner through the Clarity API.
This covers any of create, update or delete.
- See Also:
-
Constructor Summary
ConstructorDescriptionInitialise with no details.ClarityUpdateException
(String message) Initialise with an error message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClarityUpdateException
public ClarityUpdateException()Initialise with no details. -
ClarityUpdateException
Initialise with an error message.- Parameters:
message
- The error message.
-