org.benow.web
Class RedirectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.benow.util.NestableException
              extended by org.benow.web.WebException
                  extended by org.benow.web.RedirectException
All Implemented Interfaces:
java.io.Serializable

public class RedirectException
extends WebException

See Also:
Serialized Form

Field Summary
 java.lang.String url
           
 
Constructor Summary
RedirectException(java.lang.String url)
          NOTE: redirect set on construction, no way to cancel.
 
Method Summary
 
Methods inherited from class org.benow.web.WebException
getCode, getMessageAsHTML, getStackAsHTML
 
Methods inherited from class org.benow.util.NestableException
printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

url

public java.lang.String url
Constructor Detail

RedirectException

public RedirectException(java.lang.String url)
NOTE: redirect set on construction, no way to cancel.

Parameters:
url -