com.ibm.itim.adhocreport
Class ColumnDeletedException

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

public class ColumnDeletedException
extends java.lang.Exception

Thrown when a column used by a report is deleted before the report could be saved.

See Also:
Serialized Form

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

ColumnDeletedException

public ColumnDeletedException(java.lang.String msg)