OperationCancelledException Class

public class OperationCancelledException
extends EventHubException

This exception is thrown when the underlying AMQP layer encounter an abnormal link abort or disconnect of connection in an unexpected fashion.

Constructor Summary

Constructor Description
OperationCancelledException(String message)
OperationCancelledException(String message, Throwable cause)

Methods inherited from EventHubException

Methods inherited from java.lang.Object

Methods inherited from java.lang.Throwable

Constructor Details

OperationCancelledException

public OperationCancelledException(String message)

Parameters:

message

OperationCancelledException

public OperationCancelledException(String message, Throwable cause)

Parameters:

message
cause

Applies to