CLRA 0.1.2

com.clra.web
Class WebException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.clra.web.WebException
All Implemented Interfaces:
Serializable

public class WebException
extends Exception

Indicates an error related to the web package.

Version:
$Id: WebException.java,v 1.2 2002/02/18 18:07:26 rphall Exp $
Author:
Rick Hall
See Also:
Serialized Form

Constructor Summary
WebException()
           
WebException(String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebException

public WebException()

WebException

public WebException(String msg)

CLRA 0.1.2