|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
flux.file.FileTransferException
public class FileTransferException
Indicates that a general file transfer failure has occurred when working with a file action or trigger.
Constructor Summary | |
---|---|
FileTransferException(java.lang.String message)
Raises a file transfer exception. |
|
FileTransferException(java.lang.String message,
java.lang.Throwable cause)
Raises a file transfer exception. |
|
FileTransferException(java.lang.Throwable cause)
Raises a file transfer exception. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FileTransferException(java.lang.String message)
message
- The reason why the file transfer exception is being raised.public FileTransferException(java.lang.Throwable cause)
cause
- The cause of the file transfer exception being raised.public FileTransferException(java.lang.String message, java.lang.Throwable cause)
message
- The reason why the file transfer exception is being raised.cause
- The cause of the file transfer exception being raised.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |