|
Remote Systems v6.4.1 |
||||||||||
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.ibm.etools.systems.core.messages.SystemMessageException
Encapsulates a system message
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
protected |
SystemMessageException(String msg)
Constructor |
|
SystemMessageException(SystemMessage msg)
Constructor |
Method Summary | |
---|---|
SystemMessage |
getSystemMessage()
Return the SystemMessage we wrap |
boolean |
hasLongID(String longMessageID)
Tests if the SystemMessage encapsulated by this exception has a long id equal to the argument. |
void |
setSystemMessage(SystemMessage msg)
Set the SystemMessage being wrapped |
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 |
Field Detail |
public static final String Copyright
Constructor Detail |
protected SystemMessageException(String msg)
msg
- - a message to wrap.public SystemMessageException(SystemMessage msg)
msg
- - a system message to wrap.Method Detail |
public SystemMessage getSystemMessage()
public boolean hasLongID(String longMessageID)
longMessageID
- the String containing the message id to test.
public void setSystemMessage(SystemMessage msg)
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |