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

public abstract class EndpointException extends RuntimeException
This class is the general class of exceptions produced by failed endpoint operations.
See Also:
  • Constructor Details

    • EndpointException

      protected EndpointException(String message)
    • EndpointException

      protected EndpointException(String message, Throwable cause)