Class ConnectionFailedException

All Implemented Interfaces:
Serializable

public class ConnectionFailedException extends GravitinoRuntimeException
An exception thrown when connect to catalog failed.
See Also:
  • Constructor Details

    • ConnectionFailedException

      @FormatMethod public ConnectionFailedException(Throwable cause, @FormatString String errorMessageTemplate, Object... args)
      Constructs a new exception with the specified detail message.
      Parameters:
      cause - the cause.
      errorMessageTemplate - the detail message.
      args - the arguments to the message.
    • ConnectionFailedException

      @FormatMethod public ConnectionFailedException(@FormatString String errorMessageTemplate, Object... args)
      Constructs a new exception with the specified detail message.
      Parameters:
      errorMessageTemplate - the detail message.
      args - the arguments to the message.