Package org.apache.iceberg.exceptions
Class NoSuchNamespaceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.iceberg.exceptions.NoSuchNamespaceException
- All Implemented Interfaces:
Serializable
,CleanableFailure
Exception raised when attempting to load a namespace that does not exist.
- See Also:
-
Constructor Summary
ConstructorDescriptionNoSuchNamespaceException
(String message, Object... args) NoSuchNamespaceException
(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
-
NoSuchNamespaceException
-
NoSuchNamespaceException
-