Class NoSuchWarehouseException

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

public class NoSuchWarehouseException extends RuntimeException
Exception raised when attempting to load a warehouse that does not exist.
See Also:
  • Constructor Details

    • NoSuchWarehouseException

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

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