jfb.tools.activitymgr.report
Class ReportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jfb.tools.activitymgr.AbstractException
              extended by jfb.tools.activitymgr.AbstractTechnicalException
                  extended by jfb.tools.activitymgr.report.ReportException
All Implemented Interfaces:
java.io.Serializable

public class ReportException
extends AbstractTechnicalException

Exception levée dans le cadre de la génération de rapports.

See Also:
Serialized Form

Constructor Summary
ReportException(java.lang.String message, java.lang.Throwable cause)
          Constructeur par défaut.
 
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

ReportException

public ReportException(java.lang.String message,
                       java.lang.Throwable cause)
Constructeur par défaut.

Parameters:
message - message d'erreur.
cause - exception à l'origine de la levée d'exception.