com.ibm.itim.adhocreport
Class ReportNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.itim.adhocreport.ReportNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ReportNotFoundException
extends java.lang.Exception

Thrown when ReportDocumentCR is not initialized.

See Also:
Serialized Form

Constructor Summary
ReportNotFoundException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReportNotFoundException

public ReportNotFoundException(java.lang.String msg)