Class ProcessorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.inugami.api.exceptions.CheckedException
-
- io.inugami.api.exceptions.TechnicalException
-
- io.inugami.api.exceptions.services.ProcessorException
-
- All Implemented Interfaces:
ExceptionWithErrorCode,Serializable
public class ProcessorException extends TechnicalException
ProcessorException- Since:
- 6 oct. 2016
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intERR_CODE
-
Constructor Summary
Constructors Modifier Constructor Description ProcessorException()protectedProcessorException(int code, String message, Throwable cause)ProcessorException(String message)ProcessorException(String message, Object... values)ProcessorException(String message, Throwable cause)ProcessorException(Throwable cause)ProcessorException(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
-
-
-
-
Field Detail
-
ERR_CODE
public static final int ERR_CODE
- See Also:
- Constant Field Values
-
-