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