Package org.localify.common.exceptions
Class NotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.localify.common.exceptions.AbstractLocalifyException
org.localify.common.exceptions.NotImplementedException
- All Implemented Interfaces:
Serializable
@ResponseStatus(NOT_IMPLEMENTED)
public class NotImplementedException
extends AbstractLocalifyException
Exception thrown when a feature is not yet implemented.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new NotImplementedException with a default message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotImplementedException
public NotImplementedException()Constructs a new NotImplementedException with a default message.
-