public class TransferCancelledException extends RepositoryException
| Constructor and Description |
|---|
TransferCancelledException()
Creates a new exception with a stock detail message.
|
TransferCancelledException(String message)
Creates a new exception with the specified detail message.
|
TransferCancelledException(String message,
Throwable cause)
Creates a new exception with the specified detail message and cause.
|
getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransferCancelledException()
public TransferCancelledException(String message)
message - The detail message, may be null.public TransferCancelledException(String message, Throwable cause)
message - The detail message, may be null.cause - The exception that caused this one, may be null.Copyright © 2010–2022 The Apache Software Foundation. All rights reserved.