Class IgniteClientConnectionException

All Implemented Interfaces:
Serializable, TraceableException

public class IgniteClientConnectionException extends IgniteException
Indicates all the Ignite servers specified in the client configuration are no longer available.
See Also:
  • Constructor Details

    • IgniteClientConnectionException

      public IgniteClientConnectionException(UUID traceId, int code, String msg, @Nullable @Nullable Throwable cause)
      Constructs a new exception with the specified cause and detail message.
      Parameters:
      code - the error code.
      msg - the detail message.
      cause - the cause.
    • IgniteClientConnectionException

      public IgniteClientConnectionException(int code, String msg, @Nullable @Nullable String endpoint, @Nullable @Nullable Throwable cause)
      Constructs a new exception with the specified cause and detail message.
      Parameters:
      code - the error code.
      msg - the detail message.
      endpoint - the endpoint.
      cause - the cause.
    • IgniteClientConnectionException

      public IgniteClientConnectionException(int code, String msg, @Nullable @Nullable String endpoint)
      Constructs a new exception with the specified detail message.
      Parameters:
      code - the error code.
      msg - the detail message.
      endpoint - the endpoint.
  • Method Details

    • endpoint

      @Nullable public @Nullable String endpoint()
      Returns the endpoint that caused the exception.
      Returns:
      the endpoint that caused the exception.