public class FileTransferException
extends java.io.IOException
Constructor and Description |
---|
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.
|
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.© 2000-2025 Flux Corporation. All rights reserved.