Package io.trino
Class ExceededSpillLimitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.trino.spi.TrinoException
-
- io.trino.ExceededSpillLimitException
-
- All Implemented Interfaces:
Serializable
public class ExceededSpillLimitException extends TrinoException
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExceededSpillLimitExceptionexceededLocalLimit(io.airlift.units.DataSize maxSpill)static ExceededSpillLimitExceptionexceededPerQueryLocalLimit(io.airlift.units.DataSize maxSpill)-
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
-
-
-
-
Method Detail
-
exceededLocalLimit
public static ExceededSpillLimitException exceededLocalLimit(io.airlift.units.DataSize maxSpill)
-
exceededPerQueryLocalLimit
public static ExceededSpillLimitException exceededPerQueryLocalLimit(io.airlift.units.DataSize maxSpill)
-
-