|
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.SystemLockTimeoutException
Exception thrown when a remote operation requires an exclusive lock on some resources, such as a shared Mutex for some channel, and a timeout occurs acquiring that resource.
| Constructor Summary | |
SystemLockTimeoutException(String pluginId)
. * Default Constructor |
|
SystemLockTimeoutException(String pluginId,
String detailMsg)
Constructor with a detail message. |
|
| 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 SystemLockTimeoutException(String pluginId)
pluginId - ID of the plugin in which the problem occurred.
public SystemLockTimeoutException(String pluginId,
String detailMsg)
pluginId - ID of the plugin in which the problem occurred.
|
RSE Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||