com.programix.sql
Class SQLShutdownException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
com.programix.sql.SQLShutdownException
- All Implemented Interfaces:
- Serializable
public class SQLShutdownException
- extends SQLException
This subclass of SQLException is thrown to indicate that the object
that a method was invoked against has been shutdown. The shutdown may have
occurred at some point in the past, or the shutdown may have occurred during
the time that the caller was inside the method.
See ShutdownException in the
com.programix.thread package for general shutdown handling (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 |
SQLShutdownException
public SQLShutdownException(String message,
Throwable cause)
SQLShutdownException
public SQLShutdownException(Throwable cause)
SQLShutdownException
public SQLShutdownException(String message)
SQLShutdownException
public SQLShutdownException()
Copyright © 2001-2009
Programix Incorporated.
All rights reserved.
ProgramixGenericLib is free
and is
OSI Certified
Open Source Software under the BSD
license.