RSE
Release 3.4

org.eclipse.rse.services.clientserver.messages
Class SystemLockTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.rse.services.clientserver.messages.SystemMessageException
              extended by 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

Constructor Summary
SystemLockTimeoutException(String pluginId)
          . * Default Constructor
SystemLockTimeoutException(String pluginId, 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

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.

RSE
Release 3.4

Copyright (c) IBM Corporation and others 2000, 2012. All Rights Reserved.