railo.runtime.exp
Class RequestTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.servlet.jsp.JspException
              extended by railo.runtime.exp.PageException
                  extended by railo.runtime.exp.PageExceptionImpl
                      extended by railo.runtime.exp.ExpressionException
                          extended by railo.runtime.exp.AbortException
                              extended by railo.runtime.exp.Abort
                                  extended by railo.runtime.exp.RequestTimeoutException
All Implemented Interfaces:
Serializable, Dumpable, IPageException

public class RequestTimeoutException
extends Abort

See Also:
Serialized Form

Field Summary
 
Fields inherited from class railo.runtime.exp.Abort
SCOPE_PAGE, SCOPE_REQUEST
 
Constructor Summary
RequestTimeoutException(PageContext pc, String msg)
           
 
Method Summary
 StackTraceElement[] getStackTrace()
           
 
Methods inherited from class railo.runtime.exp.Abort
getScope, isAbort, isAbort, isSilentAbort, newInstance
 
Methods inherited from class railo.runtime.exp.ExpressionException
getCatchBlock, newInstance
 
Methods inherited from class railo.runtime.exp.PageExceptionImpl
addContext, getAddional, getAdditional, getCatchBlock, getCatchBlock, getCustomTypeAsString, getDetail, getErrorBlock, getErrorCode, getExtendedInfo, getLine, getPageDeep, getRootCause, getStackTraceAsString, getTagContext, getTagContext, getTracePointer, getTypeAsString, printStackTrace, printStackTrace, printStackTrace, setAdditional, setDetail, setErrorCode, setExtendedInfo, setTracePointer, toDumpData, typeEqual
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequestTimeoutException

public RequestTimeoutException(PageContext pc,
                               String msg)
Method Detail

getStackTrace

public StackTraceElement[] getStackTrace()
Overrides:
getStackTrace in class PageExceptionImpl
See Also:
Throwable.getStackTrace()


Copyright © 2012 Railo