Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.lang3.exception.ContextedRuntimeException
com.github.twitch4j.common.exception.NotFoundException
- All Implemented Interfaces:
Serializable
,org.apache.commons.lang3.exception.ExceptionContext
public class NotFoundException
extends org.apache.commons.lang3.exception.ContextedRuntimeException
API Error: Not Found
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.commons.lang3.exception.ContextedRuntimeException
addContextValue, getContextEntries, getContextLabels, getContextValues, getFirstContextValue, getFormattedExceptionMessage, getMessage, getRawMessage, setContextValue
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotFoundException
public NotFoundException()
-