public class NonEmptySchemaException extends GravitinoRuntimeException
| Constructor and Description |
|---|
NonEmptySchemaException(java.lang.String message)
Constructs a new exception with the specified detail message.
|
NonEmptySchemaException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
public NonEmptySchemaException(java.lang.String message)
message - the detail message.public NonEmptySchemaException(java.lang.String message,
java.lang.Throwable cause)
message - the detail message.cause - the cause.