org.lastbamboo.common.http.client
Class RuntimeHttpException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.lastbamboo.common.http.client.RuntimeHttpException
All Implemented Interfaces:
Serializable

public class RuntimeHttpException
extends RuntimeException

A runtime wrapper around an HttpException.

See Also:
Serialized Form

Constructor Summary
RuntimeHttpException(org.apache.commons.httpclient.HttpException original)
          Constructs a new runtime wrapper for an HttpException.
RuntimeHttpException(String message)
          Constructs a new runtime wrapper for an HttpException.
RuntimeHttpException(String message, org.apache.commons.httpclient.HttpException original)
          Constructs a new runtime wrapper for an HttpException.
 
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

RuntimeHttpException

public RuntimeHttpException(org.apache.commons.httpclient.HttpException original)
Constructs a new runtime wrapper for an HttpException.

Parameters:
original - The original HttpException to wrap.

RuntimeHttpException

public RuntimeHttpException(String message,
                            org.apache.commons.httpclient.HttpException original)
Constructs a new runtime wrapper for an HttpException.

Parameters:
message - Any message to display with the exception.
original - The original HttpException to wrap.

RuntimeHttpException

public RuntimeHttpException(String message)
Constructs a new runtime wrapper for an HttpException.

Parameters:
message - Any message to display with the exception.


Copyright © 2013 LittleShoot. All Rights Reserved.