|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
se.entitymanager.logic.file.FileCopyCutFailedException
public class FileCopyCutFailedException
An Exception to indicate that cutting or copying of a file failed.
| Field Summary | |
|---|---|
private java.lang.String |
reason
The reason for why file cutting or copying failed. |
| Constructor Summary | |
|---|---|
protected |
FileCopyCutFailedException(java.lang.String reason)
Constructs an Exception that indicates, that cutting or copying of a file failed for a special reason. |
| Method Summary | |
|---|---|
java.lang.String |
getReason()
Returns the reason for why file cutting or copying failed. |
| 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 |
| Field Detail |
|---|
private java.lang.String reason
| Constructor Detail |
|---|
protected FileCopyCutFailedException(java.lang.String reason)
Exception that indicates, that cutting or copying of a file failed for a special reason.
reason - the reason| Method Detail |
|---|
public java.lang.String getReason()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||