org.javagroups.util
Class RWLock.IntException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.javagroups.util.RWLock.IntException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
RWLock

public static class RWLock.IntException
extends java.lang.RuntimeException

Interrupted exception wrapped in a RuntimeException

See Also:
Serialized Form

Constructor Summary
RWLock.IntException()
           
RWLock.IntException(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.IntException

public RWLock.IntException()

RWLock.IntException

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


Copyright ? 2001,2002 www.javagroups.com . All Rights Reserved.