Package org.exoplatform.portal.config
Class StaleModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.exoplatform.portal.config.StorageException
org.exoplatform.portal.config.StaleModelException
- All Implemented Interfaces:
Serializable
This exception signals that the passed argument model is stale and that the underlying update operation could not be
accomplished.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStaleModelException(String message) StaleModelException(String message, Throwable cause) StaleModelException(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
-
StaleModelException
public StaleModelException() -
StaleModelException
-
StaleModelException
-
StaleModelException
-