info.joseluismartin.reporting
Class ReportingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by info.joseluismartin.reporting.ReportingException
All Implemented Interfaces:
Serializable

public class ReportingException
extends Exception

Author:
Jose A. Corbacho
See Also:
Serialized Form

Constructor Summary
ReportingException()
           
ReportingException(String message)
           
ReportingException(String message, Throwable origin)
           
ReportingException(Throwable 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

ReportingException

public ReportingException()

ReportingException

public ReportingException(String message,
                          Throwable origin)

ReportingException

public ReportingException(String message)

ReportingException

public ReportingException(Throwable cause)
Parameters:
cause -


Copyright © 2012 JDAL. All Rights Reserved.