Class EndpointBindingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.kroxylicious.proxy.internal.net.EndpointException
io.kroxylicious.proxy.internal.net.EndpointBindingException
- All Implemented Interfaces:
Serializable
Signals that an endpoint could not be bound due to an error condition.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEndpointBindingException(String message) EndpointBindingException(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
-
Constructor Details
-
EndpointBindingException
-
EndpointBindingException
-