org.jboss.remoting.transport.http
Class WebServerError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.jboss.remoting.transport.http.WebServerError
All Implemented Interfaces:
java.io.Serializable

public class WebServerError
extends java.io.IOException

Exception to be thrown by http client invoker in the case an error is received from web server is calling upon. The message within this exception will be the data from the error stream of the web server (error html in most cases).

Author:
Tom Elrod
See Also:
Serialized Form

Constructor Summary
WebServerError(java.lang.String s)
           
 
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

WebServerError

public WebServerError(java.lang.String s)


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.