public class OperationCancelledException extends AmqpException
| Constructor and Description |
|---|
OperationCancelledException(String message,
AmqpErrorContext context)
Creates an instance of this exception with provided
message. |
OperationCancelledException(String message,
Throwable cause,
AmqpErrorContext context)
Creates an instance of this exception with provided
message and underlying cause. |
getContext, getErrorCondition, getMessage, isTransientaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OperationCancelledException(String message, AmqpErrorContext context)
message.message - Message associated with this exception.context - The context that caused this OperationCancelledException.public OperationCancelledException(String message, Throwable cause, AmqpErrorContext context)
message and underlying cause.message - Message associated with this exception.cause - The throwable that caused this exception to be thrown.context - The context that caused this OperationCancelledException.Copyright © 2020 Microsoft Corporation. All rights reserved.