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.apache.isis.persistence.jdo.spring.exceptions.JdoSystemException
-
- All Implemented Interfaces:
Serializable
public class JdoSystemException extends org.springframework.dao.UncategorizedDataAccessException
JDO-specific subclass of UncategorizedDataAccessException, for JDO system errors that do not match any concreteorg.springframework.daoexceptions.
-
-
Constructor Summary
Constructors Constructor Description JdoSystemException(javax.jdo.JDOException ex)
-
Method Summary
-
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
JdoSystemException
public JdoSystemException(javax.jdo.JDOException ex)
-
-