com.ibm.itim.adhocreport
Class EntityInUseException

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

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

EntityInUseException

public EntityInUseException(java.lang.String msg)