jdsl.core.ref
Class FullContainerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--jdsl.core.api.CoreException
                          |
                          +--jdsl.core.ref.FullContainerException
All Implemented Interfaces:
java.io.Serializable

public class FullContainerException
extends CoreException

A FullContainerException indicates that the Container can't fulfill the requested operation because it is full.

Version:
$Id: FullContainerException.java,v 1.3 1999/07/27 19:49:48 lv Exp $
Author:
Luca Vismara (lv)
See Also:
Serialized Form

Constructor Summary
FullContainerException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FullContainerException

public FullContainerException(java.lang.String message)