gldapo.exception
Class GldapoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gldapo.exception.GldapoException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GldapoDirectoryNotFoundException, GldapoInitializationException, GldapoNoDefaultDirectoryException, GldapoSchemaInitializationException, GldapoTypeMappingException, SearchOptionException

public class GldapoException
extends Exception

See Also:
Serialized Form

Constructor Summary
GldapoException()
           
GldapoException(String message)
           
GldapoException(String message, Exception cause)
           
 
Method Summary
 MetaClass getMetaClass()
           
 Object getProperty(String name)
           
 Object invokeMethod(String name, Object args)
           
 void setMetaClass(MetaClass metaClass)
           
 void setProperty(String name, Object value)
           
 
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

GldapoException

public GldapoException()

GldapoException

public GldapoException(String message)

GldapoException

public GldapoException(String message,
                       Exception cause)
Method Detail

getMetaClass

public MetaClass getMetaClass()

setMetaClass

public void setMetaClass(MetaClass metaClass)

invokeMethod

public Object invokeMethod(String name,
                           Object args)

getProperty

public Object getProperty(String name)

setProperty

public void setProperty(String name,
                        Object value)


Copyright © 2007-2010 Codehaus. All Rights Reserved.