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:
Serializable
Enclosing class:
HttpDispatcher

public static class HttpDispatcher.StopRequestProcessingSignal
extends Exception

See Also:
Serialized Form

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

HttpDispatcher.StopRequestProcessingSignal

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

isError

public boolean isError()

getErrorContext

public String getErrorContext()

getErrorDescription

public String getErrorDescription()

getErrorCause

public Throwable getErrorCause()


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