Class HeapException

    • Constructor Detail

      • HeapException

        public HeapException​(String message)
        Creates a heap failure.
        Parameters:
        message - description of the failure
      • HeapException

        public HeapException​(String message,
                             Throwable cause)
        Creates a heap failure with an underlying cause.
        Parameters:
        message - description of the failure
        cause - the underlying exception