|
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
org.eclipse.rse.services.clientserver.messages.SystemRemoteMessageException
org.eclipse.rse.services.clientserver.messages.SystemOperationFailedException
public class SystemOperationFailedException
Generic exception thrown when anything fails and a child exception is available to provide exception details.
The original remote system's exception message is always embedded and retrievable via getRemoteException().
Constructor Summary | |
---|---|
SystemOperationFailedException(Exception remoteException)
Default Constructor. |
|
SystemOperationFailedException(String pluginId,
Exception remoteException)
Constructor with plugin ID. |
|
SystemOperationFailedException(String pluginId,
String msg)
Constructor with plugin ID and plain text failure information. |
|
SystemOperationFailedException(String pluginId,
String userMessage,
Exception remoteException)
Constructor with plugin ID and user message. |
Method Summary |
---|
Methods inherited from class org.eclipse.rse.services.clientserver.messages.SystemRemoteMessageException |
---|
getRemoteException |
Methods inherited from class org.eclipse.rse.services.clientserver.messages.SystemMessageException |
---|
getSystemMessage, setSystemMessage |
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 SystemOperationFailedException(Exception remoteException)
remoteException
- the initial cause of this exceptionpublic SystemOperationFailedException(String pluginId, String msg)
msg
- message about failed operationpublic SystemOperationFailedException(String pluginId, Exception remoteException)
remoteException
- the initial cause of this exceptionpublic SystemOperationFailedException(String pluginId, String userMessage, Exception remoteException)
pluginId
- ID of the plugin issuing the message.userMessage
- user-readable message detailing cause of the
exception, or null
. If not specified, a generic
message will be used ("Operation failed with exception").remoteException
- the initial cause of this exception. Will be added
to the user message.
|
RSE Release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |