org.jboss.resteasy.client.exception
Class ResteasyCircularRedirectException

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
                                  extended by org.jboss.resteasy.client.exception.ResteasyCircularRedirectException
All Implemented Interfaces:
Serializable

public class ResteasyCircularRedirectException
extends ResteasyRedirectException

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

Constructor Summary
ResteasyCircularRedirectException()
           
ResteasyCircularRedirectException(String message)
           
ResteasyCircularRedirectException(String message, Throwable cause)
           
ResteasyCircularRedirectException(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

ResteasyCircularRedirectException

public ResteasyCircularRedirectException()

ResteasyCircularRedirectException

public ResteasyCircularRedirectException(String message)

ResteasyCircularRedirectException

public ResteasyCircularRedirectException(String message,
                                         Throwable cause)

ResteasyCircularRedirectException

public ResteasyCircularRedirectException(Throwable cause)


Copyright © 2012. All Rights Reserved.