com.ibm.itim.adhocreport
Class ColumnInUseException

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

public class ColumnInUseException
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
ColumnInUseException(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

ColumnInUseException

public ColumnInUseException(java.lang.String msg)