jec
Class ExchangeRedirectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jec.ExchangeGeneralException
              extended by jec.ExchangeRedirectException
All Implemented Interfaces:
java.io.Serializable

public class ExchangeRedirectException
extends ExchangeGeneralException

See Also:
Serialized Form

Constructor Summary
ExchangeRedirectException(java.lang.String message, java.lang.String newURL)
           
 
Method Summary
 HttpURL getNewURL()
           
 
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

ExchangeRedirectException

public ExchangeRedirectException(java.lang.String message,
                                 java.lang.String newURL)
Method Detail

getNewURL

public HttpURL getNewURL()