com.programix.sql
Class SQLChainedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
com.programix.sql.SQLChainedException
- All Implemented Interfaces:
- Serializable
public class SQLChainedException
- extends SQLException
This subclass of SQLException is thrown to facilitate the chaining of
exceptions of other types. This class exists so that in places where only an
SQLException is allowed, this subclass can be used to signal more
specific information).
This is a subclass of SQLException so callers are not required
to catch anything more specific than SQLException if they are not
interested. However, if the caller is interested, this exception is a way to
probe to find out more about what caused the exception.
- Author:
- Paul Hyde
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SQLChainedException
public SQLChainedException(String message,
Throwable cause)
SQLChainedException
public SQLChainedException(Throwable cause)
Copyright © 2001-2009
Programix Incorporated.
All rights reserved.
ProgramixGenericLib is free
and is
OSI Certified
Open Source Software under the BSD
license.