com.bluemarsh.jswat
Class NotActiveException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bluemarsh.jswat.NotActiveException
All Implemented Interfaces:
java.io.Serializable

public class NotActiveException
extends java.lang.Exception

Thrown when a manager is not active and cannot perform the operation requested.

Version:
1.0 5/9/99
Author:
Nathan Fiedler
See Also:
Serialized Form

Constructor Summary
NotActiveException()
          Constructs an NotActiveException with no specified detailed message.
NotActiveException(java.lang.String s)
          Constructs an NotActiveException with the specified detailed 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

NotActiveException

public NotActiveException()
Constructs an NotActiveException with no specified detailed message.

NotActiveException

public NotActiveException(java.lang.String s)
Constructs an NotActiveException with the specified detailed message.
Parameters:
s - the detail message