Class ResteasyHttpException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ResteasyHttpContentTooLargeException, ResteasyHttpRecoverableException, ResteasyMethodNotSupportedException, ResteasyProtocolException, ResteasyURIException

public class ResteasyHttpException extends ResteasyClientException
Version:
$Revision: 1.1 $ Copyright Jul 28, 2012
See Also:
  • Field Details

  • Constructor Details

    • ResteasyHttpException

      public ResteasyHttpException()
    • ResteasyHttpException

      public ResteasyHttpException(String message)
    • ResteasyHttpException

      public ResteasyHttpException(String message, Throwable cause)
    • ResteasyHttpException

      public ResteasyHttpException(Throwable cause)