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