com.boylesoftware.cb2
Class TooManyWaitingThreadsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.boylesoftware.cb2.ApplicationException
              extended bycom.boylesoftware.cb2.BLException
                  extended bycom.boylesoftware.cb2.TooManyWaitingThreadsException
All Implemented Interfaces:
java.io.Serializable

public class TooManyWaitingThreadsException
extends BLException

Thown by the BL Manager's getBLOContainer method to indicate that there are already too many threads waiting for the BLO container to get unlocked.

Version:
$Id: TooManyWaitingThreadsException.java,v 1.2 2004/04/20 16:00:58 levahim Exp $
Author:
Lev Himmelfarb
See Also:
Serialized Form

Constructor Summary
TooManyWaitingThreadsException()
          Constructs a new exception instance.
 
Methods inherited from class com.boylesoftware.cb2.ApplicationException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TooManyWaitingThreadsException

public TooManyWaitingThreadsException()
Constructs a new exception instance.



Copyright © 2002,2003,2004 - Boyle Software, Inc.