Class UnauthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.lang3.exception.ContextedRuntimeException
com.github.twitch4j.common.exception.UnauthorizedException
- All Implemented Interfaces:
java.io.Serializable,org.apache.commons.lang3.exception.ExceptionContext
public class UnauthorizedException
extends org.apache.commons.lang3.exception.ContextedRuntimeException
API Error: Unauthorized
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description UnauthorizedException() -
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
-
UnauthorizedException
public UnauthorizedException()
-