public class ConnectionFailedException extends GravitinoRuntimeException
| Constructor and Description | 
|---|
| ConnectionFailedException(java.lang.String errorMessageTemplate,
                         java.lang.Object... args)Constructs a new exception with the specified detail message. | 
| ConnectionFailedException(java.lang.Throwable cause,
                         java.lang.String errorMessageTemplate,
                         java.lang.Object... args)Constructs a new exception with the specified detail message. | 
@FormatMethod
public ConnectionFailedException(java.lang.Throwable cause,
                                               @FormatString
                                               java.lang.String errorMessageTemplate,
                                               java.lang.Object... args)
cause - the cause.errorMessageTemplate - the detail message.args - the arguments to the message.@FormatMethod
public ConnectionFailedException(@FormatString
                                               java.lang.String errorMessageTemplate,
                                               java.lang.Object... args)
errorMessageTemplate - the detail message.args - the arguments to the message.