org.apache.directory.shared.ldap.exception
Class LdapException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.directory.shared.ldap.exception.LdapException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LdapLdifException, LdapOperationException

public class LdapException
extends java.lang.Exception

An class for exceptions which add LDAP specific information to Exceptions.

Version:
$Rev: 923395 $
Author:
Apache Directory Project
See Also:
Serialized Form

Constructor Summary
LdapException(java.lang.String message)
          Creates a new instance of LdapException.
 
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

LdapException

public LdapException(java.lang.String message)
Creates a new instance of LdapException.

Parameters:
message - The exception message


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.