com.meterware.httpunit
Class HttpInternalErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.meterware.httpunit.HttpException
                  extended by com.meterware.httpunit.HttpInternalErrorException
All Implemented Interfaces:
java.io.Serializable

public class HttpInternalErrorException
extends HttpException

This exception is thrown when an internal error is found on the server.

Author:
Seth Ladd, Russell Gold
See Also:
Serialized Form

Constructor Summary
HttpInternalErrorException(java.net.URL url)
          construct an internal http error form an url
HttpInternalErrorException(java.net.URL url, java.lang.Throwable t)
          construct an internal HTTP Error from a URL and a throwable
 
Method Summary
 
Methods inherited from class com.meterware.httpunit.HttpException
getCause, getMessage, getResponseCode, getResponseMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

HttpInternalErrorException

public HttpInternalErrorException(java.net.URL url)
construct an internal http error form an url

Parameters:
url -

HttpInternalErrorException

public HttpInternalErrorException(java.net.URL url,
                                  java.lang.Throwable t)
construct an internal HTTP Error from a URL and a throwable

Parameters:
url -
t -

Copyright © 2000-2008 Russell Gold. See license agreement for rights granted.