com.sun.jini.thread
Class ReadersWriter.ConcurrentLockException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.sun.jini.thread.ReadersWriter.ConcurrentLockException
All Implemented Interfaces:
Serializable
Enclosing class:
ReadersWriter

public static class ReadersWriter.ConcurrentLockException
extends RuntimeException

InterruptedException transformed to a runtime exception.

See Also:
Serialized Form

Constructor Summary
ReadersWriter.ConcurrentLockException()
           
ReadersWriter.ConcurrentLockException(String s)
           
 
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

ReadersWriter.ConcurrentLockException

public ReadersWriter.ConcurrentLockException()

ReadersWriter.ConcurrentLockException

public ReadersWriter.ConcurrentLockException(String s)


Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.