Package com.sshtools.client.sftp
Class TransferCancelledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sshtools.client.sftp.TransferCancelledException
- All Implemented Interfaces:
Serializable
Exception thrown when a file transfer is cancelled.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new TransferCancelledException object. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransferCancelledException
public TransferCancelledException()Creates a new TransferCancelledException object.
-