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