org.apache.directory.api.ldap.model.ldif
Class LdapLdifException

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

public class LdapLdifException
extends LdapException

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

Author:
Apache Directory Project
See Also:
Serialized Form

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

Parameters:
message - The exception message

LdapLdifException

public LdapLdifException(String message,
                         Throwable cause)
Creates a new instance of LdapLdifException.

Parameters:
message - The exception message
cause - The root cause for this exception


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.