Protomatter Application Server v1.0

com.protomatter.pas.init
Class ShutdownException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.protomatter.pas.init.ShutdownException
All Implemented Interfaces:
java.io.Serializable

public class ShutdownException
extends java.lang.Exception

An exception generated while an implementation of the PASShutdown interface was shutting down.

See Also:
PASShutdown, Serialized Form

Constructor Summary
ShutdownException()
           
ShutdownException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShutdownException

public ShutdownException()

ShutdownException

public ShutdownException(java.lang.String message)

Protomatter Application Server v1.0
Copyright 1998-2002 Nate Sammons

Protomatter Application Server v1.0 http://protomatter.sourceforge.net/pas/1.0