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
public class IdentityNotFoundException extends PersistenceRuntimeException
INTERNAL: Thrown when an object was not found in the database.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected IdentityIF
identity
-
Fields inherited from class net.ontopia.utils.OntopiaRuntimeException
cause
-
-
Constructor Summary
Constructors Constructor Description IdentityNotFoundException(String message, IdentityIF identity)
IdentityNotFoundException(IdentityIF identity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentityIF
getIdentity()
-
Methods inherited from class net.ontopia.utils.OntopiaRuntimeException
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
-
-
-
Field Detail
-
identity
protected IdentityIF identity
-
-
Constructor Detail
-
IdentityNotFoundException
public IdentityNotFoundException(IdentityIF identity)
-
IdentityNotFoundException
public IdentityNotFoundException(String message, IdentityIF identity)
-
-
Method Detail
-
getIdentity
public IdentityIF getIdentity()
-
-