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
public class ForbiddenRequestException extends SecurityRejectedRequestException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ForbiddenRequestException(String logMessage, String userUUID)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpushAudit(AuditReportService auditService, javax.servlet.http.HttpServletRequest request)-
Methods inherited from class tv.hd3g.authkit.mod.exception.SecurityRejectedRequestException
getStatusCode, getUserUUID
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
pushAudit
public void pushAudit(AuditReportService auditService, javax.servlet.http.HttpServletRequest request)
- Specified by:
pushAuditin classSecurityRejectedRequestException
-
-