public class DirectoryException extends Exception
DirectoryException provides information regarding
problems in classes that use the directory API.| Constructor and Description |
|---|
DirectoryException(String reason)
Constructs an exception with the reason.
|
DirectoryException(String reason,
Throwable th)
Constructs an exception with reason and the throwable object
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DirectoryException(String reason)
reason - the description of the exception