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