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