|
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.SystemRemoteMessageException
org.eclipse.rse.services.clientserver.messages.SystemRemoteSecurityException
public class SystemRemoteSecurityException
Exception thrown when attempting an operation and it fails for security reasons. The original remote system's security message is always embedded and retrievable via getRemoteException().
| Constructor Summary | |
|---|---|
SystemRemoteSecurityException(java.lang.String pluginId,
java.lang.String operationPerformed,
java.lang.Exception remoteException)
Constructor with plugin ID and operation being performed. |
|
| 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 SystemRemoteSecurityException(java.lang.String pluginId,
java.lang.String operationPerformed,
java.lang.Exception remoteException)
pluginId - ID of the plugin which detected the security violationoperationPerformed - element or operation which could not be
accessed due to security restrictionremoteException - the initial cause of this exception
|
RSE Release 3.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||