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:
java.io.Serializable,org.apache.commons.lang3.exception.ExceptionContext
public class NotFoundException
extends org.apache.commons.lang3.exception.ContextedRuntimeException
API Error: Not Found
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description NotFoundException() -
Method Summary
Methods inherited from class org.apache.commons.lang3.exception.ContextedRuntimeException
addContextValue, getContextEntries, getContextLabels, getContextValues, getFirstContextValue, getFormattedExceptionMessage, getMessage, getRawMessage, setContextValueMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
NotFoundException
public NotFoundException()
-