All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.webmacro.servlet.HandlerException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----org.webmacro.servlet.HandlerException

public class HandlerException
extends Exception
This is an exception which a Handler can throw to indicate that it does not want to process a connection request.


Constructor Index

 o HandlerException(String)
Declare a handler exception with a reason

Constructors

 o HandlerException
 public HandlerException(String reason)
Declare a handler exception with a reason

Parameters:
reason - why the handler failed

All Packages  Class Hierarchy  This Package  Previous  Next  Index