|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.jscape.filetransfer.FileTransferException
public class FileTransferException
FileTransferException is thrown by many methods of FileTransfer classes. The methods are masking various exception types into FileTransferException, but the event message will be propagated.
In case that the cause for throwing FileTransferException is not exception but invalid client operation or server response, FileTransferException message will contain textual part of server response.
Constructor Summary | |
---|---|
FileTransferException(java.lang.String msg)
Creates exception with specified message string. |
|
FileTransferException(java.lang.String msg,
java.lang.Throwable exception)
Creates exception with specified message string and source exception. |
|
FileTransferException(java.lang.Throwable exception)
Constructor . |
Method Summary | |
---|---|
java.lang.Throwable |
getException()
Gets source of this exception. |
static FileTransferException |
wrap(java.lang.Throwable e)
|
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 msg)
msg
- the message of exceptionpublic FileTransferException(java.lang.String msg, java.lang.Throwable exception)
msg
- the message of exceptionexception
- the exception which caused this exceptionpublic FileTransferException(java.lang.Throwable exception)
exception
- - ExceptionMethod Detail |
---|
public static FileTransferException wrap(java.lang.Throwable e)
public java.lang.Throwable getException()
|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |