jdsl.core.api
Class NonEmptyContainerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jdsl.core.api.CoreException
jdsl.core.api.NonEmptyContainerException
- All Implemented Interfaces:
- Serializable
- public class NonEmptyContainerException
- extends CoreException
A NonEmptyContainerException indicates that the Container can't
fulfill the requested operation because it is not empty.
- Version:
- JDSL 2.1.1
- Author:
- David Ellis, based on a previous version by Maurizio Pizzonia
and Galina Shubina
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NonEmptyContainerException
public NonEmptyContainerException(String message)
NonEmptyContainerException
public NonEmptyContainerException(String message,
Throwable cause)
NonEmptyContainerException
public NonEmptyContainerException(Throwable cause)