org.ow2.jonas.web.base.proxy
Class HttpOnDemandProxyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.jonas.web.base.proxy.HttpOnDemandProxyException
All Implemented Interfaces:
Serializable

public class HttpOnDemandProxyException
extends Exception

Exception thrown if there is a problem with the HttpOnDemand proxy.

Author:
Florent Benoit
See Also:
Serialized Form

Constructor Summary
HttpOnDemandProxyException(String message)
          Build a new Proxy exception with the given message.
HttpOnDemandProxyException(String message, Throwable t)
          Build a new Exception with the given message and given exception
 
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

HttpOnDemandProxyException

public HttpOnDemandProxyException(String message)
Build a new Proxy exception with the given message.

Parameters:
message - the error message

HttpOnDemandProxyException

public HttpOnDemandProxyException(String message,
                                  Throwable t)
Build a new Exception with the given message and given exception

Parameters:
message - the given error message
t - the exception


Copyright © 2010 OW2 Consortium. All Rights Reserved.