Package ch.tocco.nice2.persist.core.api
Class PermanentPersistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.tocco.nice2.model.entity.api.BaseRuntimeException
ch.tocco.nice2.persist.core.api.PersistException
ch.tocco.nice2.persist.core.api.PermanentPersistException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CompileException
,RollbackException
Thrown for problems that are permanent, and thus a developer/admin must analyze it and
for example fix the model definition or update the storage backend or so.
Logging or so is advised.
- See Also:
-
Constructor Summary
ConstructorDescriptionPermanentPersistException
(String message) PermanentPersistException
(String message, Throwable cause) -
Method Summary
Methods inherited from class ch.tocco.nice2.persist.core.api.PersistException
getErrorKey, isErrorKeyPresent, removeErrorKey, setErrorKey
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PermanentPersistException
public PermanentPersistException() -
PermanentPersistException
-
PermanentPersistException
-
PermanentPersistException
-