Class TransferCancelledException

All Implemented Interfaces:
Serializable

Thrown in case an upload/download was cancelled (e.g. due to user request).
See Also:
  • Constructor Details Link icon

    • TransferCancelledException Link icon

      Creates a new exception with a stock detail message.
    • TransferCancelledException Link icon

      Creates a new exception with the specified detail message.
      Parameters:
      message - The detail message, may be null.
    • TransferCancelledException Link icon

      public TransferCancelledException(String message, Throwable cause)
      Creates a new exception with the specified detail message and cause.
      Parameters:
      message - The detail message, may be null.
      cause - The exception that caused this one, may be null.