|
RSE Release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.rse.services.clientserver.messages.SystemMessageException
public class SystemMessageException
Encapsulates a system message
Constructor Summary | |
---|---|
protected |
SystemMessageException(String msg)
Constructor |
|
SystemMessageException(SystemMessage msg)
Constructor |
Method Summary | |
---|---|
SystemMessage |
getSystemMessage()
|
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 |
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 void setSystemMessage(SystemMessage msg)
msg
- the SystemMessage wrapped by this SystemMessageException
|
RSE Release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |