uk.ac.essex.common.exception
Class ShutdownCancelledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.ac.essex.common.exception.ShutdownCancelledException
All Implemented Interfaces:
java.io.Serializable

public class ShutdownCancelledException
extends java.lang.Exception


Date: 15-Jul-2002

See Also:
Serialized Form

Constructor Summary
ShutdownCancelledException()
           
ShutdownCancelledException(java.lang.String s)
           
ShutdownCancelledException(java.lang.String s, java.lang.Throwable throwable)
           
ShutdownCancelledException(java.lang.Throwable throwable)
           
 
Method Summary
 
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

ShutdownCancelledException

public ShutdownCancelledException()

ShutdownCancelledException

public ShutdownCancelledException(java.lang.String s)

ShutdownCancelledException

public ShutdownCancelledException(java.lang.Throwable throwable)

ShutdownCancelledException

public ShutdownCancelledException(java.lang.String s,
                                  java.lang.Throwable throwable)