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

Constructor Index

 o RemoteLockException()
Construct without a message
 o RemoteLockException(String)
Construct with a message

Constructors

 o RemoteLockException
 public RemoteLockException()
Construct without a message

 o RemoteLockException
 public RemoteLockException(String s)
Construct with a message


All Packages  Class Hierarchy  This Package  Previous  Next  Index