org.jboss.resteasy.client.exception
Class ResteasyNonRepeatableRequestException
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
org.jboss.resteasy.client.exception.ResteasyNonRepeatableRequestException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ResteasyRedirectException
public class ResteasyNonRepeatableRequestException
- extends ResteasyProtocolException
- Version:
- $Revision: 1.1 $
Copyright Jul 28, 2012
- Author:
- Ron Sigal
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ResteasyNonRepeatableRequestException
public ResteasyNonRepeatableRequestException()
ResteasyNonRepeatableRequestException
public ResteasyNonRepeatableRequestException(String message)
ResteasyNonRepeatableRequestException
public ResteasyNonRepeatableRequestException(String message,
Throwable cause)
ResteasyNonRepeatableRequestException
public ResteasyNonRepeatableRequestException(Throwable cause)
Copyright © 2012. All Rights Reserved.