org.objectweb.proactive.core.body.http.util.exceptions
Class HTTPRemoteException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.objectweb.proactive.core.body.http.util.exceptions.HTTPRemoteException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
HTTPUnexpectedException

public class HTTPRemoteException
extends java.io.IOException

Exception raised when problems occur in HTTP communications

Author:
sbeucler
See Also:
RemoteException, Serialized Form

Constructor Summary
HTTPRemoteException()
           
HTTPRemoteException(java.lang.String s)
           
HTTPRemoteException(java.lang.String s, java.lang.Throwable ex)
           
 
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

HTTPRemoteException

public HTTPRemoteException()

HTTPRemoteException

public HTTPRemoteException(java.lang.String s)

HTTPRemoteException

public HTTPRemoteException(java.lang.String s,
                           java.lang.Throwable ex)


Copyright 2001-2005 INRIA All Rights Reserved.