Class QueryExecutionLowMemoryException

    • Constructor Detail

      • QueryExecutionLowMemoryException

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

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

        public QueryExecutionLowMemoryException​(String msg,
                                                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​(Throwable cause)
        Constructs an instance of QueryExecutionLowMemoryException with the specified cause.
        Parameters:
        cause - the causal Throwable