|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.anidb.http.HttpConnectionException
public class HttpConnectionException
Thrown if a problem with the HTTP classes occurs.
| Constructor Summary | |
|---|---|
HttpConnectionException()
Constructs a new Exception. |
|
HttpConnectionException(java.lang.String message)
Constructs a new Exception with a message. |
|
HttpConnectionException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new Exception with a message and a cause. |
|
HttpConnectionException(java.lang.Throwable cause)
Constructs a new Exception with a cause. |
|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HttpConnectionException()
public HttpConnectionException(java.lang.String message)
message - The message.public HttpConnectionException(java.lang.Throwable cause)
cause - The cause.
public HttpConnectionException(java.lang.String message,
java.lang.Throwable cause)
message - The message.cause - The cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||