Package scriptella.driver.ldap.ldif
Class LdifParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
scriptella.core.SystemException
scriptella.spi.ProviderException
scriptella.driver.ldap.LdapProviderException
scriptella.driver.ldap.ldif.LdifParseException
- All Implemented Interfaces:
Serializable
Thrown to indicate a parse excpetion.
- Version:
- 1.0
- Author:
- Fyodor Kupolov
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLdifParseException(String message) LdifParseException(String message, String errorStatement) LdifParseException(String message, String errorStatement, Throwable cause) LdifParseException(String message, Throwable cause) -
Method Summary
Methods inherited from class scriptella.driver.ldap.LdapProviderException
getProviderName, setErrorStatementMethods inherited from class scriptella.spi.ProviderException
addErrorCode, getErrorCodes, getErrorStatement, getNativeException, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
LdifParseException
-
LdifParseException
-
LdifParseException
-
LdifParseException
-