|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sap.ip.me.api.services.MEException
com.sap.ip.me.api.services.HttpConnectionException
This Exception will be thrown if any error occurs while trying to establish a http connection.
| Constructor Summary | |
HttpConnectionException(java.lang.String reason)
Constructor for HttpConnectionException. |
|
HttpConnectionException(java.lang.String reason,
java.lang.Throwable nestedException)
Constructor for HttpConnectionException. |
|
| Methods inherited from class com.sap.ip.me.api.services.MEException |
getNestedException, getReason, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public HttpConnectionException(java.lang.String reason)
reason - The reason why this exception is thrown.
public HttpConnectionException(java.lang.String reason,
java.lang.Throwable nestedException)
reason - The reason why this exception is thrown.nestedException - Possibly a nested exception.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||