Class HawaiiException

    • Constructor Detail

      • HawaiiException

        public HawaiiException()
        Constructs a new HawaiiException.
      • HawaiiException

        public HawaiiException​(String message)
        Constructs a new HawaiiException with the supplied message.
      • HawaiiException

        public HawaiiException​(String message,
                               Throwable cause)
        Constructs a new HawaiiException with the supplied message and Throwable.
      • HawaiiException

        public HawaiiException​(Throwable cause)
        Constructs a new HawaiiException with the supplied Throwable.