org.apache.torque.util
Class ExceptionMapperImpl
java.lang.Object
org.apache.torque.util.ExceptionMapper
org.apache.torque.util.ExceptionMapperImpl
public class ExceptionMapperImpl
- extends ExceptionMapper
Default implementation of the ExceptionMapper interface.
- Version:
- $Id: ExceptionMapperImpl.java 1448414 2013-02-20 21:06:35Z tfischer $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionMapperImpl
public ExceptionMapperImpl()
toTorqueException
public TorqueException toTorqueException(SQLException sqlException)
- Description copied from class:
ExceptionMapper
- Maps a SQLException to an appropriate TorqueException.
- Specified by:
toTorqueException
in class ExceptionMapper
- Parameters:
sqlException
- the sqlException to map, not null.
- Returns:
- the maped TorqueException, containing the original
exception as a cause, not null.
Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.