Class HawaiiException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ApiException, HttpException, ValidationException

public class HawaiiException extends RuntimeException
An Hawaii Exception.
Since:
2.0.0
See Also:
  • Constructor Details

    • 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.