Package org.apache.iceberg.exceptions
Class NoSuchViewException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.iceberg.exceptions.NoSuchViewException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchViewException extends java.lang.RuntimeException
Exception raised when attempting to load a view that does not exist.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchViewException(java.lang.String message, java.lang.Object... args)
NoSuchViewException(java.lang.Throwable cause, java.lang.String message, java.lang.Object... args)
-