public class EndpointTimeOutException extends ClientConnectorException
| Constructor and Description |
|---|
EndpointTimeOutException(String message,
int httpStatusCode)
Constructs a new EndpointTimeOutException with the specified detail message and HTTP Status code.
|
EndpointTimeOutException(String outboundChannelID,
String message)
Constructs a new EndpointTimeOutException with the specified outboundChannelID and detail message.
|
EndpointTimeOutException(String outboundChannelID,
String message,
int httpStatusCode)
Constructs a new EndpointTimeOutException with the specified outboundChannelID and detail message and
HTTP Status code.
|
getHttpStatusCode, getOutboundChannelIDaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EndpointTimeOutException(String outboundChannelID, String message)
outboundChannelID - the unique identifier of out bound channel.message - the detail message.public EndpointTimeOutException(String message, int httpStatusCode)
message - the detail message.httpStatusCode - HTTP status code to be set to the EndpointTimeOutException.public EndpointTimeOutException(String outboundChannelID, String message, int httpStatusCode)
outboundChannelID - the unique identifier of out bound channel.message - the detail message.httpStatusCode - HTTP status code to be set to the EndpointTimeOutException.Copyright © 2023 WSO2. All rights reserved.