Package org.apache.iceberg.exceptions
Class NoSuchPlanIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.iceberg.exceptions.RESTException
org.apache.iceberg.exceptions.NoSuchPlanIdException
- All Implemented Interfaces:
Serializable
Exception raised when attempting to fetch scan planning results for a plan ID that does not
exist.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoSuchPlanIdException(String message, Object... args) NoSuchPlanIdException(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
-
NoSuchPlanIdException
-
NoSuchPlanIdException
-