org.eclipse.rse.services.clientserver.messages
Class SystemLockTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.rse.services.clientserver.messages.SystemMessageException
org.eclipse.rse.services.clientserver.messages.SystemLockTimeoutException
- All Implemented Interfaces:
- Serializable
public class SystemLockTimeoutException
- extends SystemMessageException
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.
- Since:
- 3.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SystemLockTimeoutException
public SystemLockTimeoutException(String pluginId)
- . * Default Constructor
- Parameters:
pluginId
- ID of the plugin in which the problem occurred.
SystemLockTimeoutException
public SystemLockTimeoutException(String pluginId,
String detailMsg)
- Constructor with a detail message.
- Parameters:
pluginId
- ID of the plugin in which the problem occurred.
Copyright (c) IBM Corporation and others 2000, 2012. All Rights Reserved.