public class HttpServiceException extends Exception
| Modifier and Type | Field and Description |
|---|---|
static String |
HTTP_SERVICE_ERROR_MESSAGE |
| Constructor and Description |
|---|
HttpServiceException()
Build an object
HttpServiceException. |
HttpServiceException(String message)
Build an object
HttpServiceException. |
HttpServiceException(String message,
Throwable source)
Build an object
HttpServiceException. |
HttpServiceException(Throwable source)
Build an object
HttpServiceException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String HTTP_SERVICE_ERROR_MESSAGE
public HttpServiceException()
HttpServiceException.public HttpServiceException(String message, Throwable source)
HttpServiceException.message - error message.source - exception source.public HttpServiceException(String message)
HttpServiceException.message - error message.public HttpServiceException(Throwable source)
HttpServiceException.source - exception source.Copyright © 2023 NoraUi. All rights reserved.