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