org.apache.directory.shared.ldap.ldif
Class LdapLdifException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.directory.shared.ldap.exception.LdapException
              extended by org.apache.directory.shared.ldap.ldif.LdapLdifException
All Implemented Interfaces:
java.io.Serializable

public class LdapLdifException
extends LdapException

An exception throws when we get an error while parsing a LDIF file.

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

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

LdapLdifException

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

Parameters:
message - The exception message


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