com.tivoli.twg.libs
Class ServiceNodeFunctionUnsupportedException

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

public class ServiceNodeFunctionUnsupportedException
extends ServiceNodeException

Signals that a ServiceNode does not support the requested function.

See Also:
Serialized Form

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

ServiceNodeFunctionUnsupportedException

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


ServiceNodeFunctionUnsupportedException

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

Parameters:
s - - the detail message.