de.cesr.lara.components.util.exceptions
Class LaraException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.cesr.lara.components.util.exceptions.LaraException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LIdentifyCallerException

public class LaraException
extends Exception

Common super class for all exceptions defined throughout LARA.

See Also:
Serialized Form

Constructor Summary
LaraException()
           
 
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

LaraException

public LaraException()