Class HeapException

    • Constructor Detail

      • HeapException

        public HeapException()
        Constructs a new exception with null as its detail message.
      • HeapException

        public HeapException​(String message)
        Constructs a new exception with the specified detail message.
        Parameters:
        message - The specified detail message of this exception.
      • HeapException

        public HeapException​(Throwable cause)
        Constructs a new exception with the specified cause.
        Parameters:
        cause - The specified cause of this exception.
      • HeapException

        public HeapException​(String message,
                             Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - The specified detail message of this exception.
        cause - The specified cause of this exception.