Class ConnectorGatewayTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.inugami.api.exceptions.CheckedException
-
- io.inugami.api.exceptions.TechnicalException
-
- io.inugami.api.exceptions.services.ConnectorException
-
- io.inugami.api.exceptions.services.exceptions.ConnectorRetryableException
-
- io.inugami.api.exceptions.services.exceptions.ConnectorGatewayTimeoutException
-
- All Implemented Interfaces:
ExceptionWithErrorCode,Serializable
public class ConnectorGatewayTimeoutException extends ConnectorRetryableException
ConnectorMarshallingException- Since:
- 2022-12-04
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectorGatewayTimeoutException()ConnectorGatewayTimeoutException(int code, String message)ConnectorGatewayTimeoutException(int code, String message, Throwable cause)ConnectorGatewayTimeoutException(ErrorCode errorCode)ConnectorGatewayTimeoutException(ErrorCode errorCode, Throwable cause)ConnectorGatewayTimeoutException(ErrorCode errorCode, Throwable cause, String message, Object... values)ConnectorGatewayTimeoutException(String message)ConnectorGatewayTimeoutException(String message, Object... values)ConnectorGatewayTimeoutException(String message, Throwable cause)ConnectorGatewayTimeoutException(Throwable cause)ConnectorGatewayTimeoutException(Throwable cause, String message, Object... values)
-
Method Summary
-
Methods inherited from class io.inugami.api.exceptions.CheckedException
getCode, getErrorCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConnectorGatewayTimeoutException
public ConnectorGatewayTimeoutException(int code, String message, Throwable cause)
-
ConnectorGatewayTimeoutException
public ConnectorGatewayTimeoutException(int code, String message)
-
ConnectorGatewayTimeoutException
public ConnectorGatewayTimeoutException()
-
ConnectorGatewayTimeoutException
public ConnectorGatewayTimeoutException(ErrorCode errorCode, Throwable cause, String message, Object... values)
-
ConnectorGatewayTimeoutException
public ConnectorGatewayTimeoutException(ErrorCode errorCode, Throwable cause)
-
ConnectorGatewayTimeoutException
public ConnectorGatewayTimeoutException(ErrorCode errorCode)
-
ConnectorGatewayTimeoutException
public ConnectorGatewayTimeoutException(String message, Object... values)
-
ConnectorGatewayTimeoutException
public ConnectorGatewayTimeoutException(String message, Throwable cause)
-
ConnectorGatewayTimeoutException
public ConnectorGatewayTimeoutException(String message)
-
ConnectorGatewayTimeoutException
public ConnectorGatewayTimeoutException(Throwable cause, String message, Object... values)
-
ConnectorGatewayTimeoutException
public ConnectorGatewayTimeoutException(Throwable cause)
-
-