org.jgroups.util
Class RWLock.IntException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jgroups.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)
           
 
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.jgroups.com . All Rights Reserved.