de.cesr.lara.components.container.exceptions
Class LContainerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
LContainerException()
           
LContainerException(String message)
           
 
Method Summary
 String toString()
          Returns the exception's message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LContainerException

public LContainerException()

LContainerException

public LContainerException(String message)
Parameters:
message -
Method Detail

toString

public String toString()
Returns the exception's message.

Overrides:
toString in class Throwable
See Also:
Throwable.toString()