Package io.inugami.api.exceptions
Class UncheckedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.inugami.api.exceptions.UncheckedException
-
- All Implemented Interfaces:
ExceptionWithErrorCode,Serializable
public class UncheckedException extends RuntimeException implements ExceptionWithErrorCode
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UncheckedException()UncheckedException(ErrorCode errorCode)UncheckedException(ErrorCode errorCode, String message)UncheckedException(ErrorCode errorCode, Throwable cause)UncheckedException(ErrorCode errorCode, Throwable cause, String message, Object... values)UncheckedException(String message)UncheckedException(String message, Object... values)UncheckedException(String message, Throwable cause)UncheckedException(Throwable cause)UncheckedException(Throwable cause, String message, Object... values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorCodegetErrorCode()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getErrorCode
public ErrorCode getErrorCode()
- Specified by:
getErrorCodein interfaceExceptionWithErrorCode
-
-