Package top.tangyh.basic.exception
Class ForbiddenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
top.tangyh.basic.exception.BaseUncheckedException
top.tangyh.basic.exception.ForbiddenException
- All Implemented Interfaces:
Serializable,BaseException
403 禁止访问
- Version:
- 1.0
- Author:
- zuihou
- See Also:
-
Field Summary
Fields inherited from interface top.tangyh.basic.exception.BaseException
BASE_VALID_PARAM -
Constructor Summary
ConstructorsConstructorDescriptionForbiddenException(int code, String message) ForbiddenException(int code, String message, Object... args) -
Method Summary
Modifier and TypeMethodDescriptiontoString()static ForbiddenExceptionstatic ForbiddenExceptionstatic ForbiddenExceptionMethods inherited from class top.tangyh.basic.exception.BaseUncheckedException
getCode, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace