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
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExceededSpillLimitExceptionexceededLocalLimit(io.airlift.units.DataSize maxSpill) static ExceededSpillLimitExceptionexceededPerQueryLocalLimit(io.airlift.units.DataSize maxSpill) Methods inherited from class io.trino.spi.TrinoException
getErrorCode, getLocation, getMessage, getRawMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
exceededLocalLimit
-
exceededPerQueryLocalLimit
public static ExceededSpillLimitException exceededPerQueryLocalLimit(io.airlift.units.DataSize maxSpill)
-