The Spring Framework

org.springframework.orm.toplink
Class TopLinkJdbcException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.dao.DataAccessException
                      extended by org.springframework.dao.UncategorizedDataAccessException
                          extended by org.springframework.orm.toplink.TopLinkJdbcException
All Implemented Interfaces:
Serializable

public class TopLinkJdbcException
extends UncategorizedDataAccessException

TopLink-specific subclass of DataAccessException, for JDBC exceptions that TopLink rethrew.

Since:
1.2
Author:
Juergen Hoeller
See Also:
SessionFactoryUtils.convertTopLinkAccessException(oracle.toplink.exceptions.TopLinkException), Serialized Form

Constructor Summary
TopLinkJdbcException(oracle.toplink.exceptions.DatabaseException ex)
           
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getCause, getMessage, getMostSpecificCause, getRootCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TopLinkJdbcException

public TopLinkJdbcException(oracle.toplink.exceptions.DatabaseException ex)

The Spring Framework

Copyright © 2002-2007 The Spring Framework.