public class QueryExecutionLowMemoryException extends CacheRuntimeException
serialVersionUID
Constructor and Description |
---|
QueryExecutionLowMemoryException()
Creates a new instance of
QueryExecutionLowMemoryException without detail message. |
QueryExecutionLowMemoryException(java.lang.String msg)
Constructs an instance of
QueryExecutionLowMemoryException with the specified detail message. |
QueryExecutionLowMemoryException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an instance of
QueryExecutionLowMemoryException with the specified detail message
and cause. |
QueryExecutionLowMemoryException(java.lang.Throwable cause)
Constructs an instance of
QueryExecutionLowMemoryException with the specified cause. |
toString
getRootCause
public QueryExecutionLowMemoryException()
QueryExecutionLowMemoryException
without detail message.public QueryExecutionLowMemoryException(java.lang.String msg)
QueryExecutionLowMemoryException
with the specified detail message.msg
- the detail message.public QueryExecutionLowMemoryException(java.lang.String msg, java.lang.Throwable cause)
QueryExecutionLowMemoryException
with the specified detail message
and cause.msg
- the detail messagecause
- the causal Throwablepublic QueryExecutionLowMemoryException(java.lang.Throwable cause)
QueryExecutionLowMemoryException
with the specified cause.cause
- the causal Throwable