com.boylesoftware.cb2
Class NoBLOContainerException

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.NoBLOContainerException
All Implemented Interfaces:
java.io.Serializable

public class NoBLOContainerException
extends BLException

Indicates that there is no BLO container instance for the requested session. This exception is thrown by the BL Manager's getBLOContainer method.

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

Constructor Summary
NoBLOContainerException(java.lang.String message)
          Constructs an exception.
 
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

NoBLOContainerException

public NoBLOContainerException(java.lang.String message)
Constructs an exception.

Parameters:
message - error message.


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