Class UnirestException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnirestConfigException, UnirestParsingException, UnrecoverableException

public class UnirestException extends RuntimeException
See Also:
  • Field Details

  • Constructor Details

    • UnirestException

      public UnirestException(Exception e)
    • UnirestException

      public UnirestException(String msg)
    • UnirestException

      public UnirestException(Throwable ex)
    • UnirestException

      public UnirestException(String message, Throwable e)
    • UnirestException

      public UnirestException(Collection<Exception> ex)