Package org.apache.iceberg.exceptions
Class NamespaceNotEmptyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.iceberg.exceptions.NamespaceNotEmptyException
- All Implemented Interfaces:
 Serializable
Exception raised when attempting to drop a namespace that is not empty.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionNamespaceNotEmptyException(String message, Object... args) NamespaceNotEmptyException(Throwable cause, String message, Object... args)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
NamespaceNotEmptyException
 - 
NamespaceNotEmptyException
 
 -