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