Package org.apache.gravitino.exceptions
Class CatalogNotInUseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.gravitino.exceptions.GravitinoRuntimeException
org.apache.gravitino.exceptions.NotInUseException
org.apache.gravitino.exceptions.CatalogNotInUseException
- All Implemented Interfaces:
Serializable
An exception thrown when operating on a catalog that is not in use.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCatalogNotInUseException
(String message, Object... args) Constructs a new exception with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CatalogNotInUseException
Constructs a new exception with the specified detail message.- Parameters:
message
- the detail message.args
- the arguments to the message.
-