Class OperationCancelledException

  • All Implemented Interfaces:
    Serializable

    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.
    See Also:
    Serialized Form
    • Constructor Detail

      • OperationCancelledException

        public OperationCancelledException​(String message)
      • OperationCancelledException

        public OperationCancelledException​(String message,
                                           Throwable cause)