org.springframework.orm.toplink
Class TopLinkQueryException

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.InvalidDataAccessResourceUsageException
                          extended by org.springframework.orm.toplink.TopLinkQueryException
All Implemented Interfaces:
Serializable

public class TopLinkQueryException
extends InvalidDataAccessResourceUsageException

TopLink-specific subclass of InvalidDataAccessResourceUsageException, thrown on invalid TopLik query syntax or behavior.

Since:
1.2
Author:
Juergen Hoeller
See Also:
Serialized Form

Constructor Summary
TopLinkQueryException(oracle.toplink.exceptions.QueryException ex)
           
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getCause, getMessage, 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

TopLinkQueryException

public TopLinkQueryException(oracle.toplink.exceptions.QueryException ex)


Copyright (c) 2002-2007 The Spring Framework Project.