Package helma.framework
Class AbortException
java.lang.Object
java.lang.Throwable
java.lang.Error
helma.framework.AbortException
- All Implemented Interfaces:
Serializable
AbortException is thrown internally when a response is aborted.
Although this is not an Error, it subclasses java.lang.Error
because it's not meant to be caught by application code (similar to
java.lang.ThreadDeath).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AbortException
public AbortException()
-