de.cesr.lara.components.container.exceptions
Class LContainerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.cesr.lara.components.container.exceptions.LContainerException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- LContainerFullException, LRemoveException, LRetrieveException
public class LContainerException
- extends RuntimeException
Super class of all LContainer*Exceptions.
- See Also:
- Serialized Form
LContainerException
public LContainerException()
LContainerException
public LContainerException(String message)
- Parameters:
message
-
toString
public String toString()
- Returns the exception's message.
- Overrides:
toString
in class Throwable
- See Also:
Throwable.toString()