Package com.isode.dsapi.bulk
Class DirectoryIterator.ScanException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.isode.dsapi.bulk.DirectoryIterator.ScanException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DirectoryIterator.FatalException
- Enclosing interface:
- DirectoryIterator<T>
Exception used to indicate unexpected failures in
directory-scans.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionMessage without mention of DN (getMessage() returns a string with the DN included).DN causing the problem. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
dn
DN causing the problem. -
bareMessage
Message without mention of DN (getMessage() returns a string with the DN included).
-