com.ibm.aglets
Class ShuttingDownException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.aglet.AgletException
                    |
                    +--com.ibm.aglets.ShuttingDownException
All Implemented Interfaces:
java.io.Serializable

public class ShuttingDownException
extends AgletException

Version:
1.10 96/10/01
Author:
Mitsuru Oshima
See Also:
Serialized Form

Constructor Summary
ShuttingDownException()
           
ShuttingDownException(java.lang.String s)
           
 
Methods inherited from class com.ibm.aglet.AgletException
printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShuttingDownException

public ShuttingDownException()

ShuttingDownException

public ShuttingDownException(java.lang.String s)