public class TransferCanceledException extends FileTransferException
| Constructor and Description |
|---|
TransferCanceledException()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace()
Stack trace is not filled, since a cancelled exception is no error that has to be debugged but a normal result.
|
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransferCanceledException()
public Throwable fillInStackTrace()
fillInStackTrace in class ThrowableThrowable.fillInStackTrace()Copyright © 2017. All rights reserved.