|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.tivoli.twg.monlet.MonletException
Base Monlet exception
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 |
public MonletException()
public MonletException(int rc)
public MonletException(int rc, java.lang.String s)
public MonletException(java.lang.String s)
s
- - the detail message.Method Detail |
public void setRC(int rc)
public int getRC()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |