com.arsdigita.dispatcher
Class AbortRequestSignal

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended bycom.arsdigita.dispatcher.AbortRequestSignal
All Implemented Interfaces:
Serializable

public class AbortRequestSignal
extends Error

When thrown, this throwable will percolate up the call stack to the top level to abort all processing of this request. The top level (BaseDispatcherServlet) will treat it as a normal request and try to commit the transaction

See Also:
Serialized Form

Field Summary
static String versionId
           
 
Constructor Summary
AbortRequestSignal()
           
 
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
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

AbortRequestSignal

public AbortRequestSignal()


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC