Package org.apache.torque.util
Class ExceptionMapperImpl
java.lang.Object
org.apache.torque.util.ExceptionMapper
org.apache.torque.util.ExceptionMapperImpl
Default implementation of the ExceptionMapper interface.
- Version:
- $Id: ExceptionMapperImpl.java 1917245 2024-04-21 14:06:23Z tv $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoTorqueException(SQLException sqlException) Maps a SQLException to an appropriate TorqueException.Methods inherited from class org.apache.torque.util.ExceptionMapper
getInstance, setInstance
-
Constructor Details
-
ExceptionMapperImpl
public ExceptionMapperImpl()
-
-
Method Details
-
toTorqueException
Description copied from class:ExceptionMapperMaps a SQLException to an appropriate TorqueException.- Specified by:
toTorqueExceptionin classExceptionMapper- Parameters:
sqlException- the sqlException to map, not null.- Returns:
- the maped TorqueException, containing the original exception as a cause, not null.
-