com.programix.thread
Class ShutdownException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.programix.thread.ShutdownException
- All Implemented Interfaces:
- Serializable
public class ShutdownException
- extends RuntimeException
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.
This is a RuntimeException so callers are not required
to catch it.
For advanced tools and utilities related to multithreading, please
check out JThreadKit.
- 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 |
ShutdownException
public ShutdownException()
ShutdownException
public ShutdownException(String message)
ShutdownException
public ShutdownException(String message,
Throwable cause)
ShutdownException
public ShutdownException(Throwable cause)
Copyright © 2001-2009
Programix Incorporated.
All rights reserved.
ProgramixGenericLib is free
and is
OSI Certified
Open Source Software under the BSD
license.