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