Class ResteasyProtocolException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ResteasyAuthenticationException, ResteasyMalformedChallengeException, ResteasyMalformedCookieException, ResteasyNonRepeatableRequestException, ResteasyTunnelRefusedException, ResteasyUnsupportedHttpVersionException

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

  • Constructor Details

    • ResteasyProtocolException

      public ResteasyProtocolException()
    • ResteasyProtocolException

      public ResteasyProtocolException(String message)
    • ResteasyProtocolException

      public ResteasyProtocolException(String message, Throwable cause)
    • ResteasyProtocolException

      public ResteasyProtocolException(Throwable cause)