Class InboundConnectionFailure

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bytedesk.call.esl.client.inbound.InboundConnectionFailure
All Implemented Interfaces:
Serializable

public class InboundConnectionFailure extends Exception
Checked exception to handle connection failures.
See Also:
  • Field Details

  • Constructor Details

    • InboundConnectionFailure

      public InboundConnectionFailure(String message)
    • InboundConnectionFailure

      public InboundConnectionFailure(String message, Throwable cause)