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