jdsl.core.ref
Class FullContainerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjdsl.core.api.CoreException
                  extended byjdsl.core.ref.FullContainerException
All Implemented Interfaces:
Serializable

public class FullContainerException
extends CoreException

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

Version:
JDSL 2.1.1
Author:
David Ellis, based on a previous version by Luca Vismara

Constructor Summary
FullContainerException(String message)
           
FullContainerException(String message, Throwable cause)
           
FullContainerException(Throwable cause)
           
 
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

FullContainerException

public FullContainerException(String message)

FullContainerException

public FullContainerException(String message,
                              Throwable cause)

FullContainerException

public FullContainerException(Throwable cause)