flux.file
Class FileTransferException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by flux.file.FileTransferException
All Implemented Interfaces:
java.io.Serializable

public class FileTransferException
extends java.io.IOException

Indicates that a general file transfer failure has occurred when working with a file action or trigger.

Author:
Copyright 2014 Flux Corporation. All rights reserved.
See Also:
Serialized Form

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

FileTransferException

public FileTransferException(java.lang.String message)
Raises a file transfer exception.

Parameters:
message - The reason why the file transfer exception is being raised.

FileTransferException

public FileTransferException(java.lang.Throwable cause)
Raises a file transfer exception.

Parameters:
cause - The cause of the file transfer exception being raised.

FileTransferException

public FileTransferException(java.lang.String message,
                             java.lang.Throwable cause)
Raises a file transfer exception.

Parameters:
message - The reason why the file transfer exception is being raised.
cause - The cause of the file transfer exception being raised.


© 2014 Flux Corporation. All rights reserved.