Class ResteasyProtocolException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jboss.resteasy.client.exception.ResteasyClientException
-
- org.jboss.resteasy.client.exception.ResteasyHttpException
-
- org.jboss.resteasy.client.exception.ResteasyProtocolException
-
- All Implemented Interfaces:
java.io.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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ResteasyProtocolException()
ResteasyProtocolException(java.lang.String message)
ResteasyProtocolException(java.lang.String message, java.lang.Throwable cause)
ResteasyProtocolException(java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ResteasyProtocolException
public ResteasyProtocolException()
-
ResteasyProtocolException
public ResteasyProtocolException(java.lang.String message)
-
ResteasyProtocolException
public ResteasyProtocolException(java.lang.String message, java.lang.Throwable cause)
-
ResteasyProtocolException
public ResteasyProtocolException(java.lang.Throwable cause)
-
-