fedora.server.errors.servletExceptionExtensions
Class Continue100Exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.servlet.ServletException
              extended by fedora.server.errors.servletExceptionExtensions.RootException
                  extended by fedora.server.errors.servletExceptionExtensions.Continue100Exception
All Implemented Interfaces:
java.io.Serializable

public class Continue100Exception
extends RootException

Title: Exception100.java

Description: Thrown to reach 100-Continue error page. Can be used when forwarding can't, e.g., after some http output has already been written.

Version:
$Id: Continue100Exception.java 5162 2006-10-25 00:49:06Z eddie $
Author:
wdn5e@virginia.edu
See Also:
Serialized Form

Constructor Summary
Continue100Exception(javax.servlet.http.HttpServletRequest request, java.lang.String action, java.lang.String detail, java.lang.String[] details)
           
Continue100Exception(java.lang.String message, javax.servlet.http.HttpServletRequest request, java.lang.String action, java.lang.String detail, java.lang.String[] details)
           
Continue100Exception(java.lang.String message, java.lang.Throwable cause, javax.servlet.http.HttpServletRequest request, java.lang.String action, java.lang.String detail, java.lang.String[] details)
           
 
Method Summary
 
Methods inherited from class fedora.server.errors.servletExceptionExtensions.RootException
getAction, getDetail, getDetails, getRequest, getServletException
 
Methods inherited from class javax.servlet.ServletException
getRootCause
 
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

Continue100Exception

public Continue100Exception(javax.servlet.http.HttpServletRequest request,
                            java.lang.String action,
                            java.lang.String detail,
                            java.lang.String[] details)

Continue100Exception

public Continue100Exception(java.lang.String message,
                            javax.servlet.http.HttpServletRequest request,
                            java.lang.String action,
                            java.lang.String detail,
                            java.lang.String[] details)

Continue100Exception

public Continue100Exception(java.lang.String message,
                            java.lang.Throwable cause,
                            javax.servlet.http.HttpServletRequest request,
                            java.lang.String action,
                            java.lang.String detail,
                            java.lang.String[] details)