wicket
Class AbortException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by wicket.AbortException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AbortWithHttpStatusException, AbortWithHttpStatusException, AbortWithWebErrorCodeException, AbstractRestartResponseException

public class AbortException
extends java.lang.RuntimeException

Immediately aborts any further processing. This exception will not be handled by IExceptionResponseStrategy.

Author:
Igor Vaynberg (ivaynberg)
See Also:
Serialized Form

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

AbortException

public AbortException()


Copyright © 2004-2007 Wicket developers. All Rights Reserved.