net.anotheria.maf.action
Class AbortExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.anotheria.maf.action.AbortExecutionException
All Implemented Interfaces:
Serializable

public class AbortExecutionException
extends Exception

Thrown by an action in order to indicate to the filter, that there is no need to proceed further.

Author:
another
See Also:
Serialized Form

Constructor Summary
AbortExecutionException()
           
 
Method Summary
 
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

AbortExecutionException

public AbortExecutionException()


Copyright © 2010-2013 anotheria.net. All Rights Reserved.