com.tivoli.twg.libs
Class ServiceNodeClosedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tivoli.twg.libs.ServiceNodeException
              extended bycom.tivoli.twg.libs.ServiceNodeClosedException
All Implemented Interfaces:
java.io.Serializable

public class ServiceNodeClosedException
extends ServiceNodeException

Signals that a ServiceNode is closed or was never opened.

See Also:
Serialized Form

Constructor Summary
ServiceNodeClosedException()
          Constructs a ServiceNodeClosedException with no detail message.
ServiceNodeClosedException(java.lang.String s)
          Constructs a ServiceNodeClosedException with the specified detail message.
 
Methods inherited from class com.tivoli.twg.libs.ServiceNodeException
getRCFromExceptionText
 
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

ServiceNodeClosedException

public ServiceNodeClosedException()
Constructs a ServiceNodeClosedException with no detail message.


ServiceNodeClosedException

public ServiceNodeClosedException(java.lang.String s)
Constructs a ServiceNodeClosedException with the specified detail message.

Parameters:
s - - the detail message.