|
RSE Release 3.3 |
|||||||||
| 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.SystemUnsupportedOperationException
public class SystemUnsupportedOperationException
Exception thrown when an operation is requested from a Service that is not supported by that service.
| Constructor Summary | |
|---|---|
SystemUnsupportedOperationException(java.lang.String pluginId,
java.lang.String operation)
Constructor. |
|
| Method Summary |
|---|
| 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 SystemUnsupportedOperationException(java.lang.String pluginId,
java.lang.String operation)
pluginId - ID of the plugin not supporting requested operation.operation - The operation being requested
|
RSE Release 3.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||