ccc.web.exceptions
Class WebException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ccc.web.exceptions.WebException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NotFoundException, RequestFailedException

public abstract class WebException
extends java.lang.RuntimeException

Abstract super-type for web specific exceptions.

Author:
Civic Computing Ltd.
See Also:
Serialized Form

Constructor Summary
WebException()
          Constructor.
WebException(java.lang.String message)
          Constructor.
WebException(java.lang.String message, java.lang.Throwable cause)
          Constructor.
WebException(java.lang.Throwable cause)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebException

public WebException()
Constructor.


WebException

public WebException(java.lang.String message)
Constructor.

Parameters:
message - The message describing the exception.

WebException

public WebException(java.lang.Throwable cause)
Constructor.

Parameters:
cause - The original cause of the exception.

WebException

public WebException(java.lang.String message,
                    java.lang.Throwable cause)
Constructor.

Parameters:
message - The message describing the exception.
cause - The original cause of the exception.


Copyright © 2010. All Rights Reserved.