Class EndpointException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.kroxylicious.proxy.internal.net.EndpointException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EndpointBindingException,EndpointResolutionException
This class is the general class of exceptions produced by failed endpoint operations.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedEndpointException(String message) protectedEndpointException(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
-
EndpointException
-
EndpointException
-