All Packages Class Hierarchy This Package Previous Next Index
Class org.webmacro.resource.UserException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----org.webmacro.util.SException
|
+----org.webmacro.resource.UserException
- public class UserException
- extends SException
This is an exception, which User/UserDB may throw if something
is wrong with an operation.
-
UserException(String)
- Constructor only requires a reason
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