org.jgroups.util
Class RWLock.BlockException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jgroups.util.RWLock.BlockException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
RWLock

public static class RWLock.BlockException
extends java.lang.Exception

Exception thrown when a lock request would block the caller

See Also:
Serialized Form

Constructor Summary
RWLock.BlockException()
           
RWLock.BlockException(java.lang.String msg)
           
 
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

RWLock.BlockException

public RWLock.BlockException()

RWLock.BlockException

public RWLock.BlockException(java.lang.String msg)


Copyright © 2001,2002 www.jgroups.com . All Rights Reserved.