Class EndpointGroupException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linecorp.armeria.client.endpoint.EndpointGroupException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EmptyEndpointGroupException

public class EndpointGroupException
extends RuntimeException
A RuntimeException raised when the resolution of an EndpointGroup fails.
See Also:
Serialized Form
  • Constructor Details

    • EndpointGroupException

      public EndpointGroupException()
      Creates a new instance.
    • EndpointGroupException

      public EndpointGroupException​(@Nullable String message, @Nullable Throwable cause)
      Creates a new instance with the specified message and cause.
    • EndpointGroupException

      public EndpointGroupException​(@Nullable String message)
      Creates a new instance with the specified message.
    • EndpointGroupException

      public EndpointGroupException​(@Nullable Throwable cause)
      Creates a new instance with the specified cause.
    • EndpointGroupException

      protected EndpointGroupException​(@Nullable String message, @Nullable Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Creates a new instance with the specified message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.