javax.realtime.util
Class ShutdownExecutorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.realtime.util.ShutdownExecutorException
All Implemented Interfaces:
Serializable

public class ShutdownExecutorException
extends Exception

This exception is thrown by an Executor when its execute() method is invoked after it has been shut down.

Author:
Angelo Corsaro
See Also:
Serialized Form

Constructor Summary
ShutdownExecutorException()
           
ShutdownExecutorException(String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShutdownExecutorException

public ShutdownExecutorException()

ShutdownExecutorException

public ShutdownExecutorException(String msg)


jRate is developed and maintained by the jRate project development team.
Copyright (c) 2001-2005 Angelo Corsaro and Morgan Deters.