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