Class QueryExecutionLowMemoryException

    • Constructor Summary

      Constructors 
      Constructor 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • QueryExecutionLowMemoryException

        public QueryExecutionLowMemoryException()
        Creates a new instance of QueryExecutionLowMemoryException without detail message.
      • QueryExecutionLowMemoryException

        public QueryExecutionLowMemoryException​(java.lang.String msg)
        Constructs an instance of QueryExecutionLowMemoryException with the specified detail message.
        Parameters:
        msg - the detail message.
      • QueryExecutionLowMemoryException

        public QueryExecutionLowMemoryException​(java.lang.String msg,
                                                java.lang.Throwable cause)
        Constructs an instance of QueryExecutionLowMemoryException with the specified detail message and cause.
        Parameters:
        msg - the detail message
        cause - the causal Throwable
      • QueryExecutionLowMemoryException

        public QueryExecutionLowMemoryException​(java.lang.Throwable cause)
        Constructs an instance of QueryExecutionLowMemoryException with the specified cause.
        Parameters:
        cause - the causal Throwable