java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.RuntimeCollective.webapps.WebappsException
- All Implemented Interfaces:
- java.io.Serializable
- public class WebappsException
- extends java.lang.RuntimeException
The subclass of RuntimeException which should be thrown by classes in
the Webapps module when they meet some kind of problem.
- Version:
- $Id: WebappsException.java,v 1.5 2003/09/30 15:13:04 joe Exp $
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WebappsException
public WebappsException(java.lang.String s)
WebappsException
public WebappsException(java.lang.Exception e)