net.sf.jldapbeans.lang
Class ObjectClassNotFoundException

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

public class ObjectClassNotFoundException
extends LdapClassException

See Also:
Serialized Form

Constructor Summary
ObjectClassNotFoundException(java.lang.String objectClass)
           
 
Method Summary
 java.lang.String getObjectClass()
           
 
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

ObjectClassNotFoundException

public ObjectClassNotFoundException(java.lang.String objectClass)
Method Detail

getObjectClass

public java.lang.String getObjectClass()


Copyright © 2005 jLDAPBeans Team. All Rights Reserved.