Class NoSuchNamespaceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.iceberg.exceptions.NoSuchNamespaceException
All Implemented Interfaces:
Serializable, CleanableFailure

public class NoSuchNamespaceException extends RuntimeException implements CleanableFailure
Exception raised when attempting to load a namespace that does not exist.
See Also:
  • Constructor Details

    • NoSuchNamespaceException

      @FormatMethod public NoSuchNamespaceException(String message, Object... args)
    • NoSuchNamespaceException

      @FormatMethod public NoSuchNamespaceException(Throwable cause, String message, Object... args)