org.codehaus.wadi.web.impl
Class ProxyingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.wadi.web.impl.ProxyingException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IrrecoverableException, RecoverableException

public class ProxyingException
extends java.lang.Exception

Superclass of Exceptions thrown by HTTP proxying code.

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

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

ProxyingException

public ProxyingException(java.lang.String message)

ProxyingException

public ProxyingException(java.lang.String message,
                         java.lang.Exception cause)


Copyright © 2008. All Rights Reserved.