All Packages Class Hierarchy This Package Previous Next Index
Class replica.exception.RemoteLockException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----replica.exception.RemoteAccessException
|
+----replica.exception.RemoteLockException
- public class RemoteLockException
- extends RemoteAccessException
This exception is thrown if a remote Object could not be locked or unlocked.
- Version:
- 1.0
- Author:
- Markus Jäger
-
RemoteLockException()
- Construct without a message
-
RemoteLockException(String)
- Construct with a message
RemoteLockException
public RemoteLockException()
- Construct without a message
RemoteLockException
public RemoteLockException(String s)
- Construct with a message
All Packages Class Hierarchy This Package Previous Next Index