net.sf.jldapbeans.lang
Class LdapClassException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.jldapbeans.lang.JLdapBeansException
              extended by net.sf.jldapbeans.lang.LdapClassException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BeanInstantiationException, ObjectClassNotFoundException

public class LdapClassException
extends JLdapBeansException

See Also:
Serialized Form

Constructor Summary
LdapClassException()
           
LdapClassException(java.lang.String msg)
           
LdapClassException(java.lang.String msg, java.lang.Throwable t)
           
LdapClassException(java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LdapClassException

public LdapClassException()

LdapClassException

public LdapClassException(java.lang.String msg)

LdapClassException

public LdapClassException(java.lang.String msg,
                          java.lang.Throwable t)

LdapClassException

public LdapClassException(java.lang.Throwable t)


Copyright © 2005 jLDAPBeans Team. All Rights Reserved.