net.sf.jldapbeans.lang
Class JLdapBeansException

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

public class JLdapBeansException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
JLdapBeansException()
           
JLdapBeansException(java.lang.String msg)
           
JLdapBeansException(java.lang.String msg, java.lang.Throwable t)
           
JLdapBeansException(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

JLdapBeansException

public JLdapBeansException()

JLdapBeansException

public JLdapBeansException(java.lang.String msg)

JLdapBeansException

public JLdapBeansException(java.lang.Throwable t)

JLdapBeansException

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


Copyright © 2005 jLDAPBeans Team. All Rights Reserved.