public class QueryExecutionLowMemoryException extends CacheRuntimeException
Constructor and Description |
---|
QueryExecutionLowMemoryException()
Creates a new instance of
QueryExecutionLowMemoryException without detail message. |
QueryExecutionLowMemoryException(String msg)
Constructs an instance of
QueryExecutionLowMemoryException with the specified
detail message. |
QueryExecutionLowMemoryException(String msg,
Throwable cause)
Constructs an instance of
QueryExecutionLowMemoryException with the specified
detail message and cause. |
QueryExecutionLowMemoryException(Throwable cause)
Constructs an instance of
QueryExecutionLowMemoryException with the specified
cause. |
toString
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public QueryExecutionLowMemoryException()
QueryExecutionLowMemoryException
without detail message.public QueryExecutionLowMemoryException(String msg)
QueryExecutionLowMemoryException
with the specified
detail message.msg
- the detail message.public QueryExecutionLowMemoryException(String msg, Throwable cause)
QueryExecutionLowMemoryException
with the specified
detail message and cause.msg
- the detail messagecause
- the causal Throwablepublic QueryExecutionLowMemoryException(Throwable cause)
QueryExecutionLowMemoryException
with the specified
cause.cause
- the causal Throwable