public class FileIsADirectoryException extends Exception
| Constructor and Description |
|---|
FileIsADirectoryException()
Default constructor.
|
FileIsADirectoryException(String message)
Constructs a new FileIsADirectoryException with the specified detail message.
|
FileIsADirectoryException(String message,
Throwable cause)
Constructs a new FileIsADirectoryException with the specified detail message and the
Throwable.
|
FileIsADirectoryException(Throwable cause)
Constructs a FileIsADirectoryException with the Throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FileIsADirectoryException()
public FileIsADirectoryException(String message)
message - The message.public FileIsADirectoryException(String message, Throwable cause)
message - The message.cause - The Throwable.public FileIsADirectoryException(Throwable cause)
cause - The Throwable.Copyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.