jfb.tools.activitymgr
Class AbstractApplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jfb.tools.activitymgr.AbstractException
              extended by jfb.tools.activitymgr.AbstractApplicationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ModelException, StringFormatException

public abstract class AbstractApplicationException
extends AbstractException

Exception mère des exceptions applicatives.

See Also:
Serialized Form

Constructor Summary
AbstractApplicationException(java.lang.String message)
          Constructeur avec un message.
AbstractApplicationException(java.lang.String message, java.lang.Throwable cause)
          Constructeur avec un message et une cause.
 
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

AbstractApplicationException

public AbstractApplicationException(java.lang.String message)
Constructeur avec un message.

Parameters:
message - le message d'erreur.

AbstractApplicationException

public AbstractApplicationException(java.lang.String message,
                                    java.lang.Throwable cause)
Constructeur avec un message et une cause.

Parameters:
message - le message.
cause - la cause.