org.codehaus.wadi
Class ProxyingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.codehaus.wadi.ProxyingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IrrecoverableException, RecoverableException

public class ProxyingException
extends Exception

Superclass of Exceptions thrown by HTTP proxying code.

Version:
$Revision: 1139 $
Author:
Jules Gosnell
See Also:
Serialized Form

Constructor Summary
ProxyingException(String message)
           
ProxyingException(String message, Exception cause)
           
 
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

ProxyingException

public ProxyingException(String message)

ProxyingException

public ProxyingException(String message,
                         Exception cause)


Copyright © 2004-2008 Core Developers Network Ltd.. All Rights Reserved.