net.sf.jldapbeans.lang
Class BeanProxyException

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.BeanProxyException
All Implemented Interfaces:
java.io.Serializable

public class BeanProxyException
extends JLdapBeansException

See Also:
Serialized Form

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

BeanProxyException

public BeanProxyException()

BeanProxyException

public BeanProxyException(java.lang.String msg)

BeanProxyException

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

BeanProxyException

public BeanProxyException(java.lang.Throwable t)


Copyright © 2005 jLDAPBeans Team. All Rights Reserved.