com.tivoli.twg.monlet
Class MonletInvalidHandleException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tivoli.twg.monlet.MonletException
              extended bycom.tivoli.twg.monlet.MonletInvalidHandleException
All Implemented Interfaces:
java.io.Serializable

public class MonletInvalidHandleException
extends MonletException

MonletInvalidHandle exception

See Also:
Serialized Form

Constructor Summary
MonletInvalidHandleException()
          Constructs a TWGMonletInvalidHandleException with no detail message.
MonletInvalidHandleException(java.lang.String s)
          Constructs a MonletInvalidHandleException with the specified detail message.
 
Methods inherited from class com.tivoli.twg.monlet.MonletException
getRC, setRC
 
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

MonletInvalidHandleException

public MonletInvalidHandleException()
Constructs a TWGMonletInvalidHandleException with no detail message.


MonletInvalidHandleException

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

Parameters:
s - - the detail message.