Package io.trino
Class ExceededScanLimitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.trino.spi.TrinoException
-
- io.trino.ExceededScanLimitException
-
- All Implemented Interfaces:
Serializable
public class ExceededScanLimitException extends TrinoException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExceededScanLimitException(io.airlift.units.DataSize limit)
-
Method Summary
-
Methods inherited from class io.trino.spi.TrinoException
getErrorCode, getLocation, getMessage, getRawMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-