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