All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.webmacro.servlet.UserException

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

public class UserException
extends Exception
This is an exception, which User/UserDB may throw if something is wrong with an operation.


Constructor Index

 o UserException(String)
Constructor only requires a reason

Constructors

 o UserException
 public UserException(String reason)
Constructor only requires a reason

Parameters:
reason - explains what went wrong

All Packages  Class Hierarchy  This Package  Previous  Next  Index