com.ibm.itim.adhocreport
Class LdapException

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

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

LdapException

public LdapException(java.lang.String msg)