Class ConnectorException
- 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
-
- All Implemented Interfaces:
ExceptionWithErrorCode,Serializable
- Direct Known Subclasses:
ConnectorBadDataException,ConnectorBadPayloadException,ConnectorBadRequestException,ConnectorBadUrException,ConnectorForbiddenException,ConnectorInternalErrorException,ConnectorMarshallingException,ConnectorNonSerializableBodyException,ConnectorNoReadableException,ConnectorNotFoundException,ConnectorNotImplementedException,ConnectorRetryableException,ConnectorUnauthorizedException,ConnectorUndefinedCallException
public class ConnectorException extends TechnicalException
TechnicalException- Since:
- 22 juil. 2016
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectorException()ConnectorException(int code, String message)ConnectorException(int code, String message, Throwable cause)ConnectorException(ErrorCode errorCode)ConnectorException(ErrorCode errorCode, Throwable cause)ConnectorException(ErrorCode errorCode, Throwable cause, String message, Object... values)ConnectorException(String message)ConnectorException(String message, Object... values)ConnectorException(String message, Throwable cause)ConnectorException(Throwable cause)ConnectorException(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
-
ConnectorException
public ConnectorException(int code, String message)
-
ConnectorException
public ConnectorException()
-
ConnectorException
public ConnectorException(ErrorCode errorCode, Throwable cause, String message, Object... values)
-
ConnectorException
public ConnectorException(ErrorCode errorCode)
-
ConnectorException
public ConnectorException(String message)
-
ConnectorException
public ConnectorException(Throwable cause)
-
-