jdsl.core.api
Class EmptyContainerException

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

public class EmptyContainerException
extends CoreException

An EmptyContainerException indicates that the Container can't fulfill the requested operation because it is empty.

Version:
JDSL 2.1.1
Author:
David Ellis, based on a previous version by Mark Handy

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

EmptyContainerException

public EmptyContainerException(String message)

EmptyContainerException

public EmptyContainerException(String message,
                               Throwable cause)

EmptyContainerException

public EmptyContainerException(Throwable cause)