public class DirectoryException
extends java.lang.Exception
DirectoryException
provides information regarding
problems in classes that use the directory API.Constructor and Description |
---|
DirectoryException(java.lang.String reason)
Constructs an exception with the reason.
|
DirectoryException(java.lang.String reason,
java.lang.Throwable th)
Constructs an exception with reason and the throwable object
|
public DirectoryException(java.lang.String reason)
reason
- the description of the exceptionpublic DirectoryException(java.lang.String reason, java.lang.Throwable th)
reason
- the description of the exception