Class ProviderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.inugami.api.exceptions.CheckedException
-
- io.inugami.api.exceptions.TechnicalException
-
- io.inugami.api.exceptions.services.ProviderException
-
- All Implemented Interfaces:
ExceptionWithErrorCode,Serializable
public class ProviderException extends TechnicalException
ProcessorException- Since:
- 6 oct. 2016
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProviderException()ProviderException(int code, String message, Throwable cause)ProviderException(ErrorCode errorCode)ProviderException(ErrorCode errorCode, Throwable cause)ProviderException(ErrorCode errorCode, Throwable cause, String message, Object... values)ProviderException(String message)ProviderException(String message, Object... values)ProviderException(String message, Throwable cause)ProviderException(Throwable cause)ProviderException(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
-
ProviderException
public ProviderException()
-
ProviderException
public ProviderException(ErrorCode errorCode, Throwable cause, String message, Object... values)
-
ProviderException
public ProviderException(ErrorCode errorCode)
-
ProviderException
public ProviderException(String message)
-
ProviderException
public ProviderException(Throwable cause)
-
-