|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.sourceforge.jaulp.file.exceptions.FileNotRenamedException
public class FileNotRenamedException
Exception if the file could not be renamed.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||