org.outerj.xreporter.reportstore
Class ReportStoreException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.outerj.xreporter.reportstore.ReportStoreException
All Implemented Interfaces:
java.io.Serializable

public class ReportStoreException
extends java.lang.Exception

This exception is thrown by the ReportStore when it has problems storing or loading reports.

See Also:
Serialized Form

Constructor Summary
ReportStoreException(java.lang.String message)
           
ReportStoreException(java.lang.String message, java.lang.Exception e)
           
 
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

ReportStoreException

public ReportStoreException(java.lang.String message)

ReportStoreException

public ReportStoreException(java.lang.String message,
                            java.lang.Exception e)