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:
java.io.Serializable
public class NoSuchNamespaceException extends java.lang.RuntimeException
Exception raised when attempting to load a namespace that does not exist.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchNamespaceException(java.lang.String message, java.lang.Object... args)
NoSuchNamespaceException(java.lang.Throwable cause, java.lang.String message, java.lang.Object... args)
-