org.javagroups.util
Class RWLock.BlockException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.javagroups.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)
           
 
Method Summary
 
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.javagroups.com . All Rights Reserved.