org.springframework.orm.jdo
Class JdoSystemException
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.UncategorizedDataAccessException
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)