|
org.eclipse.rse.services.clientserver.messages
Class SystemMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.rse.services.clientserver.messages.SystemMessageException
-
All Implemented Interfaces:
-
Serializable
-
Direct Known Subclasses:
-
SystemElementNotFoundException,
SystemLockTimeoutException,
SystemOperationCancelledException,
SystemRemoteMessageException,
SystemUnexpectedErrorException,
SystemUnsupportedOperationException
-
public class SystemMessageException
- extends
Exception
Encapsulates a system message
-
See Also:
-
Serialized Form
Methods inherited from class java.lang.
Throwable
|
fillInStackTrace,
getCause,
getLocalizedMessage,
getMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace,
toString
|
SystemMessageException
protected SystemMessageException(
String msg)
- Constructor
-
Parameters:
-
msg - - a message to wrap.
SystemMessageException
public SystemMessageException(
SystemMessage msg)
- Constructor
-
Parameters:
-
msg - - a system message to wrap.
getSystemMessage
public
SystemMessage getSystemMessage()
-
-
Returns:
- the SystemMessage wrapped by this SystemMessageException
setSystemMessage
public void setSystemMessage(
SystemMessage msg)
- Set the SystemMessage being wrapped
-
-
Parameters:
-
msg - the SystemMessage wrapped by this SystemMessageException
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.
|
|