it.eng.spagobi.tools.scheduler.dispatcher
Class DispatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by it.eng.spagobi.utilities.exceptions.SpagoBIRuntimeException
                  extended by it.eng.spagobi.tools.scheduler.dispatcher.DispatchException
All Implemented Interfaces:
java.io.Serializable

public class DispatchException
extends it.eng.spagobi.utilities.exceptions.SpagoBIRuntimeException

Author:
Andrea Gioia (andrea.gioia@eng.it)
See Also:
Serialized Form

Constructor Summary
DispatchException(java.lang.String message)
          Builds a DispatchException.
DispatchException(java.lang.String message, java.lang.Throwable ex)
          Builds a DispatchException.
DispatchException(java.lang.Throwable ex)
          Builds a DispatchException.
 
Method Summary
 
Methods inherited from class it.eng.spagobi.utilities.exceptions.SpagoBIRuntimeException
addHint, getDescription, getHints, getRootCause, getStackTraceDump, setDescription
 
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

DispatchException

public DispatchException(java.lang.String message)
Builds a DispatchException.

Parameters:
message - Text of the exception

DispatchException

public DispatchException(java.lang.String message,
                         java.lang.Throwable ex)
Builds a DispatchException.

Parameters:
message - Text of the exception
ex - previous Throwable object

DispatchException

public DispatchException(java.lang.Throwable ex)
Builds a DispatchException.

Parameters:
ex - previous Throwable object