RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

org.jboss.resteasy.client.exception
Class ResteasyRedirectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.resteasy.client.exception.ResteasyClientException
                  extended by org.jboss.resteasy.client.exception.ResteasyHttpException
                      extended by org.jboss.resteasy.client.exception.ResteasyProtocolException
                          extended by org.jboss.resteasy.client.exception.ResteasyNonRepeatableRequestException
                              extended by org.jboss.resteasy.client.exception.ResteasyRedirectException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ResteasyCircularRedirectException, ResteasyInvalidRedirectLocationException

public class ResteasyRedirectException
extends ResteasyNonRepeatableRequestException

Version:
$Revision: 1.1 $ Copyright Jul 28, 2012
Author:
Ron Sigal
See Also:
Serialized Form

Constructor Summary
ResteasyRedirectException()
           
ResteasyRedirectException(String message)
           
ResteasyRedirectException(String message, Throwable cause)
           
ResteasyRedirectException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResteasyRedirectException

public ResteasyRedirectException()

ResteasyRedirectException

public ResteasyRedirectException(String message)

ResteasyRedirectException

public ResteasyRedirectException(String message,
                                 Throwable cause)

ResteasyRedirectException

public ResteasyRedirectException(Throwable cause)

RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.