nz.ac.waikato.jdsl.core.ref
Class FullContainerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by nz.ac.waikato.jdsl.core.api.CoreException
                  extended by nz.ac.waikato.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:
JDSL 2.1.1
Author:
David Ellis, based on a previous version by Luca Vismara
See Also:
Serialized Form

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

FullContainerException

public FullContainerException(java.lang.String message,
                              java.lang.Throwable cause)

FullContainerException

public FullContainerException(java.lang.Throwable cause)


Copyright © 2009 ModelJUnit Project. All Rights Reserved.