javax.realtime.util
Class ShutdownExecutorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.realtime.util.ShutdownExecutorException
- All Implemented Interfaces:
- Serializable
- public class ShutdownExecutorException
- extends Exception
This exception is thrown by an Executor
when its Executor.execute(Runnable)
method is invoked after it has been
shut down.
- Author:
- Angelo Corsaro
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ShutdownExecutorException
public ShutdownExecutorException()
- Creates a new
ShutdownExecutorException
.
ShutdownExecutorException
public ShutdownExecutorException(String description)
- Creates a new
ShutdownExecutorException
with a textual
description.
- Parameters:
description
- a description of the exception
jRate is developed and maintained by the jRate project development team.
Copyright (c) 2001-2006 Angelo Corsaro and Morgan Deters.