|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.lastbamboo.common.http.client.RuntimeHttpException
public class RuntimeHttpException
A runtime wrapper around an HttpException.
| 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 |
|---|
public RuntimeHttpException(org.apache.commons.httpclient.HttpException original)
HttpException.
original - The original HttpException to wrap.
public RuntimeHttpException(String message,
org.apache.commons.httpclient.HttpException original)
HttpException.
message - Any message to display with the exception.original - The original HttpException to wrap.public RuntimeHttpException(String message)
HttpException.
message - Any message to display with the exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||