Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » orm » jdo » [javadoc | source]
org.springframework.orm.jdo
public class: JdoObjectRetrievalFailureException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.lang.RuntimeException
            org.springframework.core.NestedRuntimeException
               org.springframework.dao.DataAccessException
                  org.springframework.dao.NonTransientDataAccessException
                     org.springframework.dao.DataRetrievalFailureException
                        org.springframework.orm.ObjectRetrievalFailureException
                           org.springframework.orm.jdo.JdoObjectRetrievalFailureException

All Implemented Interfaces:
    Serializable

JDO-specific subclass of ObjectRetrievalFailureException. Converts JDO's JDOObjectNotFoundException.
Constructor:
 public JdoObjectRetrievalFailureException(JDOObjectNotFoundException ex) 
Methods from org.springframework.orm.ObjectRetrievalFailureException:
getIdentifier,   getPersistentClass,   getPersistentClassName
Methods from org.springframework.core.NestedRuntimeException:
contains,   getMessage,   getMostSpecificCause,   getRootCause
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait