Class ControllerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.deltava.util.ControllerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CommandException, DAOException, GenericServlet.ForbiddenException, GenericServlet.NotFoundException, ServiceException

public abstract class ControllerException extends Exception
An exception class to define a common singure for exceptions handled by the Command Controller servlet.
Since:
1.0
Version:
6.0
Author:
Luke
See Also: