public static class FileTransfer.Error
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static FileTransfer.Error |
BAD_FILE
The provided file to transfer does not exist or could not be read.
|
static FileTransfer.Error |
CONNECTION
An error occured over the socket connected to send the file.
|
static FileTransfer.Error |
NO_RESPONSE
The remote user did not respond or the connection timed out.
|
static FileTransfer.Error |
NONE
No error
|
static FileTransfer.Error |
NOT_ACCEPTABLE
The peer did not find any of the provided stream mechanisms
acceptable.
|
protected static FileTransfer.Error |
STREAM
An error occured while sending or recieving the file
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Returns a String representation of this error.
|
java.lang.String |
toString() |
public static final FileTransfer.Error NONE
public static final FileTransfer.Error NOT_ACCEPTABLE
public static final FileTransfer.Error BAD_FILE
public static final FileTransfer.Error NO_RESPONSE
public static final FileTransfer.Error CONNECTION
protected static final FileTransfer.Error STREAM
Copyright © 2003 Jive Software.