net.sf.jldapbeans.lang
Class BeanInstantiationException

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
                  extended by net.sf.jldapbeans.lang.BeanInstantiationException
All Implemented Interfaces:
java.io.Serializable

public class BeanInstantiationException
extends LdapClassException

See Also:
Serialized Form

Constructor Summary
BeanInstantiationException(LdapClass ldapClass)
           
BeanInstantiationException(LdapClass ldapClass, java.lang.String msg)
           
BeanInstantiationException(LdapClass ldapClass, java.lang.String msg, java.lang.Throwable t)
           
BeanInstantiationException(LdapClass ldapClass, java.lang.Throwable t)
           
 
Method Summary
 LdapClass getLdapClass()
           
 
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

BeanInstantiationException

public BeanInstantiationException(LdapClass ldapClass)

BeanInstantiationException

public BeanInstantiationException(LdapClass ldapClass,
                                  java.lang.String msg)

BeanInstantiationException

public BeanInstantiationException(LdapClass ldapClass,
                                  java.lang.String msg,
                                  java.lang.Throwable t)

BeanInstantiationException

public BeanInstantiationException(LdapClass ldapClass,
                                  java.lang.Throwable t)
Method Detail

getLdapClass

public LdapClass getLdapClass()


Copyright © 2005 jLDAPBeans Team. All Rights Reserved.