com.tivoli.twg.libs
Class ServiceNodeModeException

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

public class ServiceNodeModeException
extends ServiceNodeException

Signals that a ServiceNode is in the wrong mode (raw/cooked) for the requested operation.

See Also:
Serialized Form

Constructor Summary
ServiceNodeModeException()
          Constructs a ServiceNodeModeException with no detail message.
ServiceNodeModeException(java.lang.String s)
          Constructs a ServiceNodeModeException 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

ServiceNodeModeException

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


ServiceNodeModeException

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

Parameters:
s - - the detail message.