org.springframework.orm.toplink
Class TopLinkSystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.UncategorizedDataAccessException
org.springframework.orm.toplink.TopLinkSystemException
- All Implemented Interfaces:
- Serializable
public class TopLinkSystemException
- extends UncategorizedDataAccessException
TopLink-specific subclass of UncategorizedDataAccessException,
for TopLink system errors that do not match any concrete
org.springframework.dao
exceptions.
- Since:
- 1.2
- Author:
- Juergen Hoeller
- See Also:
SessionFactoryUtils.convertTopLinkAccessException(oracle.toplink.exceptions.TopLinkException)
,
Serialized Form
TopLinkSystemException
public TopLinkSystemException(oracle.toplink.exceptions.TopLinkException ex)
Copyright © 2002-2006 The Spring Framework.