jdbreport.model.io
Class LoadReportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jdbreport.model.ReportException
              extended by jdbreport.model.io.LoadReportException
All Implemented Interfaces:
Serializable

public class LoadReportException
extends ReportException

Version:
1.1 03/09/08
Author:
Andrey Kholmanskih
See Also:
Serialized Form

Constructor Summary
LoadReportException()
           
LoadReportException(String message)
           
LoadReportException(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

LoadReportException

public LoadReportException()

LoadReportException

public LoadReportException(String message)

LoadReportException

public LoadReportException(Throwable cause)