org.jboss.remoting.transport.http
Class WebServerError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.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)
           
 
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

WebServerError

public WebServerError(java.lang.String s)


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