org.springframework.orm.jdo
Class JdoSystemException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.springframework.core.NestedRuntimeException
org.springframework.core.NestedRuntimeException
                   org.springframework.dao.DataAccessException
org.springframework.dao.DataAccessException
                       org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.NonTransientDataAccessException
                           org.springframework.dao.UncategorizedDataAccessException
org.springframework.dao.UncategorizedDataAccessException
                               org.springframework.orm.jdo.JdoSystemException
org.springframework.orm.jdo.JdoSystemException
- All Implemented Interfaces: 
- Serializable
- public class JdoSystemException 
- extends UncategorizedDataAccessException
JDO-specific subclass of UncategorizedDataAccessException,
 for JDO system errors that do not match any concrete
 org.springframework.dao exceptions.
- Since:
- 03.06.2003
- Author:
- Juergen Hoeller
- See Also:
- PersistenceManagerFactoryUtils.convertJdoAccessException(javax.jdo.JDOException), 
Serialized Form
 
 
 
 
 
JdoSystemException
public JdoSystemException(javax.jdo.JDOException ex)
Copyright © 2002-2008 The Spring Framework.