Package org.ldaptive.schema
Class SchemaParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.ldaptive.LdapException
-
- org.ldaptive.schema.SchemaParseException
-
- All Implemented Interfaces:
Serializable
public class SchemaParseException extends LdapException
Exception that indicates a schema element string could not be parsed.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
serialVersionUID.
-
Constructor Summary
Constructors Constructor Description SchemaParseException(String msg)
Creates a new schema parse exception.SchemaParseException(String msg, Throwable e)
Creates a new schema parse exception.SchemaParseException(Throwable e)
Creates a new schema parse exception.
-
Method Summary
-
Methods inherited from class org.ldaptive.LdapException
formatResult, getResultCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
serialVersionUID.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SchemaParseException
public SchemaParseException(String msg)
Creates a new schema parse exception.- Parameters:
msg
- describing this exception
-
SchemaParseException
public SchemaParseException(Throwable e)
Creates a new schema parse exception.- Parameters:
e
- underlying exception
-
-