Package ch.tocco.nice2.persist.core.api
Class NotFoundException
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.NotFoundException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionNotFoundException
(String message) NotFoundException
(String message, Throwable cause) NotFoundException
(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
-
Field Details
-
ERROR_KEY
- See Also:
-
-
Constructor Details
-
NotFoundException
public NotFoundException() -
NotFoundException
-
NotFoundException
-
NotFoundException
-