org.sapia.ubik.rmi.server
Class ShutdownException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sapia.ubik.rmi.server.ShutdownException
All Implemented Interfaces:
java.io.Serializable

public class ShutdownException
extends java.lang.RuntimeException

Thrown by the Ubik RMI runtime when operations are requested and it is shutdown.

Author:
Yanick Duchesne 8-Sep-2003
See Also:
Serialized Form

Constructor Summary
ShutdownException()
          Constructor for ShutdownException.
ShutdownException(java.lang.String msg)
           
 
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

ShutdownException

public ShutdownException()
Constructor for ShutdownException.


ShutdownException

public ShutdownException(java.lang.String msg)


Copyright © 2010 Sapia OSS. All Rights Reserved.