com.ibm.itim.adhocreport
Class AdhocReportException

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

public class AdhocReportException
extends java.lang.Exception

Thrown when this column is being used for reporting and the user tries to delete it from schema manager.

See Also:
Serialized Form

Constructor Summary
AdhocReportException(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

AdhocReportException

public AdhocReportException(java.lang.String msg)