Package net.ontopia.persistence.proxy
Class IdentityNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.ontopia.utils.OntopiaRuntimeException
net.ontopia.persistence.proxy.PersistenceRuntimeException
net.ontopia.persistence.proxy.IdentityNotFoundException
- All Implemented Interfaces:
Serializable
INTERNAL: Thrown when an object was not found in the database.
- See Also:
-
Field Summary
FieldsFields inherited from class net.ontopia.utils.OntopiaRuntimeException
cause -
Constructor Summary
ConstructorsConstructorDescriptionIdentityNotFoundException(String message, IdentityIF identity) IdentityNotFoundException(IdentityIF identity) -
Method Summary
Methods inherited from class net.ontopia.utils.OntopiaRuntimeException
getCause, getMessage, printStackTrace, printStackTrace, printStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Field Details
-
identity
-
-
Constructor Details
-
IdentityNotFoundException
-
IdentityNotFoundException
-
-
Method Details
-
getIdentity
-