org.openengsb.domain.report
Class NoSuchReportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openengsb.domain.report.NoSuchReportException
All Implemented Interfaces:
Serializable

public class NoSuchReportException
extends Exception

See Also:
Serialized Form

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

NoSuchReportException

public NoSuchReportException()

NoSuchReportException

public NoSuchReportException(String message,
                             Throwable cause)

NoSuchReportException

public NoSuchReportException(String message)

NoSuchReportException

public NoSuchReportException(Throwable cause)


Copyright © 2009-2011. All Rights Reserved.