|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.DataRetrievalFailureException
org.springframework.orm.ObjectRetrievalFailureException
Exception thrown if a mapped object could not be retrieved via its identifier. Provides information about the persistent class and the identifier.
| Field Summary |
| Fields inherited from class java.lang.RuntimeException |
|
| Constructor Summary | |
ObjectRetrievalFailureException(java.lang.Class persistentClass,
java.lang.Object identifier)
Create a new ObjectRetrievalFailureException for the given object, with the default "not found" message. |
|
ObjectRetrievalFailureException(java.lang.Class persistentClass,
java.lang.Object identifier,
java.lang.String msg,
java.lang.Throwable ex)
Create a new ObjectRetrievalFailureException for the given object, with the given explicit message and exception. |
|
ObjectRetrievalFailureException(java.lang.String persistentClassName,
java.lang.Object identifier)
Create a new ObjectRetrievalFailureException for the given object, with the default "not found" message. |
|
ObjectRetrievalFailureException(java.lang.String persistentClassName,
java.lang.Object identifier,
java.lang.String msg,
java.lang.Throwable ex)
Create a new ObjectRetrievalFailureException for the given object, with the given explicit message and exception. |
|
| Method Summary | |
java.lang.Object |
getIdentifier()
Return the identifier of the object that was not found. |
java.lang.Class |
getPersistentClass()
Return the persistent class of the object that was not found. |
java.lang.String |
getPersistentClassName()
Return the name of the persistent class of the object that was not found. |
| Methods inherited from class org.springframework.core.NestedRuntimeException |
getCause, getMessage, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ObjectRetrievalFailureException(java.lang.Class persistentClass,
java.lang.Object identifier)
persistentClass - the persistent classidentifier - the ID of the object that should have been retrieved
public ObjectRetrievalFailureException(java.lang.Class persistentClass,
java.lang.Object identifier,
java.lang.String msg,
java.lang.Throwable ex)
persistentClass - the persistent classidentifier - the ID of the object that should have been retrievedmsg - exception messageex - source exception
public ObjectRetrievalFailureException(java.lang.String persistentClassName,
java.lang.Object identifier)
persistentClassName - the name of the persistent classidentifier - the ID of the object that should have been retrieved
public ObjectRetrievalFailureException(java.lang.String persistentClassName,
java.lang.Object identifier,
java.lang.String msg,
java.lang.Throwable ex)
persistentClassName - the name of the persistent classidentifier - the ID of the object that should have been retrievedmsg - exception messageex - source exception| Method Detail |
public java.lang.Class getPersistentClass()
public java.lang.String getPersistentClassName()
public java.lang.Object getIdentifier()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||