Class ConnectorBadGatewayException
- 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.ConnectorBadGatewayException
-
- All Implemented Interfaces:
ExceptionWithErrorCode,Serializable
public class ConnectorBadGatewayException extends ConnectorRetryableException
ConnectorMarshallingException- Since:
- 2022-12-04
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectorBadGatewayException()ConnectorBadGatewayException(int code, String message)ConnectorBadGatewayException(int code, String message, Throwable cause)ConnectorBadGatewayException(ErrorCode errorCode)ConnectorBadGatewayException(ErrorCode errorCode, Throwable cause)ConnectorBadGatewayException(ErrorCode errorCode, Throwable cause, String message, Object... values)ConnectorBadGatewayException(String message)ConnectorBadGatewayException(String message, Object... values)ConnectorBadGatewayException(String message, Throwable cause)ConnectorBadGatewayException(Throwable cause)ConnectorBadGatewayException(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
-
ConnectorBadGatewayException
public ConnectorBadGatewayException(int code, String message, Throwable cause)
-
ConnectorBadGatewayException
public ConnectorBadGatewayException(int code, String message)
-
ConnectorBadGatewayException
public ConnectorBadGatewayException()
-
ConnectorBadGatewayException
public ConnectorBadGatewayException(ErrorCode errorCode, Throwable cause, String message, Object... values)
-
ConnectorBadGatewayException
public ConnectorBadGatewayException(ErrorCode errorCode, Throwable cause)
-
ConnectorBadGatewayException
public ConnectorBadGatewayException(ErrorCode errorCode)
-
ConnectorBadGatewayException
public ConnectorBadGatewayException(String message)
-
ConnectorBadGatewayException
public ConnectorBadGatewayException(Throwable cause, String message, Object... values)
-
ConnectorBadGatewayException
public ConnectorBadGatewayException(Throwable cause)
-
-