Class HApiException

All Implemented Interfaces:
Serializable

@ProviderType public class HApiException extends RuntimeException
A Hypermedia API exception
See Also:
  • Constructor Details

    • HApiException

      public HApiException()
    • HApiException

      public HApiException(String message)
      Parameters:
      message -
    • HApiException

      public HApiException(String message, Throwable cause)
      Parameters:
      message -
      cause -
    • HApiException

      public HApiException(Throwable cause)
      Parameters:
      cause -