Class InboundConnectionFailure
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bytedesk.call.esl.client.inbound.InboundConnectionFailure
- All Implemented Interfaces:
Serializable
Checked exception to handle connection failures.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInboundConnectionFailure(String message) InboundConnectionFailure(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
InboundConnectionFailure
-
InboundConnectionFailure
-