Return to www.inductionframework.org

com.acciente.induction.dispatcher
Class HttpDispatcher.StopRequestProcessingSignal

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.acciente.induction.dispatcher.HttpDispatcher.StopRequestProcessingSignal
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
HttpDispatcher

public static class HttpDispatcher.StopRequestProcessingSignal
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
HttpDispatcher.StopRequestProcessingSignal()
           
HttpDispatcher.StopRequestProcessingSignal(java.lang.String bErrorContext, java.lang.String bErrorDescription)
           
HttpDispatcher.StopRequestProcessingSignal(java.lang.String bErrorContext, java.lang.Throwable oErrorCause)
           
 
Method Summary
 java.lang.Throwable getErrorCause()
           
 java.lang.String getErrorContext()
           
 java.lang.String getErrorDescription()
           
 boolean isError()
           
 
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

HttpDispatcher.StopRequestProcessingSignal

public HttpDispatcher.StopRequestProcessingSignal()

HttpDispatcher.StopRequestProcessingSignal

public HttpDispatcher.StopRequestProcessingSignal(java.lang.String bErrorContext,
                                                  java.lang.Throwable oErrorCause)

HttpDispatcher.StopRequestProcessingSignal

public HttpDispatcher.StopRequestProcessingSignal(java.lang.String bErrorContext,
                                                  java.lang.String bErrorDescription)
Method Detail

isError

public boolean isError()

getErrorContext

public java.lang.String getErrorContext()

getErrorDescription

public java.lang.String getErrorDescription()

getErrorCause

public java.lang.Throwable getErrorCause()

Return to www.inductionframework.org

Copyright © 2008-2012 Acciente, LLC. All Rights Reserved.