com.tivoli.twg.monlet
Class MonletException

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

public class MonletException
extends java.lang.Exception

Base Monlet exception

See Also:
Serialized Form

Constructor Summary
MonletException()
          Constructs a TWGMonletException with no detail message.
MonletException(int rc)
           
MonletException(int rc, java.lang.String s)
           
MonletException(java.lang.String s)
          Constructs a MonletException with the specified detail message.
 
Method Summary
 int getRC()
           
 void setRC(int rc)
           
 
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

MonletException

public MonletException()
Constructs a TWGMonletException with no detail message.


MonletException

public MonletException(int rc)

MonletException

public MonletException(int rc,
                       java.lang.String s)

MonletException

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

Parameters:
s - - the detail message.
Method Detail

setRC

public void setRC(int rc)

getRC

public int getRC()