Package io.inugami.api.exceptions
Class FatalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.inugami.api.exceptions.UncheckedException
-
- io.inugami.api.exceptions.FatalException
-
- All Implemented Interfaces:
ExceptionWithErrorCode,Serializable
- Direct Known Subclasses:
NotYetImplementedException
public class FatalException extends UncheckedException
FatalException- Since:
- 22 juil. 2016
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FatalException()FatalException(ErrorCode errorCode)FatalException(ErrorCode errorCode, Throwable cause, String message, Object... values)FatalException(String message)FatalException(String message, Object... values)FatalException(String message, Throwable cause)FatalException(Throwable cause)FatalException(Throwable cause, String message, Object... values)
-
Method Summary
-
Methods inherited from class io.inugami.api.exceptions.UncheckedException
getErrorCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FatalException
public FatalException()
-
FatalException
public FatalException(String message)
-
FatalException
public FatalException(Throwable cause)
-
FatalException
public FatalException(ErrorCode errorCode, Throwable cause, String message, Object... values)
-
FatalException
public FatalException(ErrorCode errorCode)
-
-