com.tivoli.twg.libs
Class BadServiceNodeImplException

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

public class BadServiceNodeImplException
extends ServiceNodeException

Signals that a ServiceNode could not be created due to no ServiceNodeImplFactory being defined.

See Also:
Serialized Form

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

BadServiceNodeImplException

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


BadServiceNodeImplException

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

Parameters:
s - - the detail message.