Package tv.hd3g.authkit.mod.exception
Class ForbiddenRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tv.hd3g.authkit.mod.exception.SecurityRejectedRequestException
tv.hd3g.authkit.mod.exception.ForbiddenRequestException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpushAudit(AuditReportService auditService, jakarta.servlet.http.HttpServletRequest request) Methods inherited from class tv.hd3g.authkit.mod.exception.SecurityRejectedRequestException
getStatusCode, getUserUUIDMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ForbiddenRequestException
-
-
Method Details
-
pushAudit
public void pushAudit(AuditReportService auditService, jakarta.servlet.http.HttpServletRequest request) - Specified by:
pushAuditin classSecurityRejectedRequestException
-