|
RSE Release 3.2 |
|||||||||
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
public class 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(java.lang.String pluginId)
. * Default Constructor |
|
SystemLockTimeoutException(java.lang.String pluginId,
java.lang.String detailMsg)
Constructor with a detail message. |
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 SystemLockTimeoutException(java.lang.String pluginId)
pluginId
- ID of the plugin in which the problem occurred.public SystemLockTimeoutException(java.lang.String pluginId, java.lang.String detailMsg)
pluginId
- ID of the plugin in which the problem occurred.
|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |