public class FileIsNotADirectoryException
extends java.lang.Exception
| Constructor and Description |
|---|
FileIsNotADirectoryException()
Default constructor.
|
FileIsNotADirectoryException(java.lang.String message)
Constructs a new FileIsNotADirectoryException with the specified detail message.
|
FileIsNotADirectoryException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new FileIsNotADirectoryException with the specified detail message and the
Throwable.
|
FileIsNotADirectoryException(java.lang.Throwable cause)
Constructs a FileIsNotADirectoryException with the Throwable.
|
public FileIsNotADirectoryException()
public FileIsNotADirectoryException(java.lang.String message)
message - The message.public FileIsNotADirectoryException(java.lang.String message,
java.lang.Throwable cause)
message - The message.cause - The Throwable.public FileIsNotADirectoryException(java.lang.Throwable cause)
cause - The Throwable.