Package tv.hd3g.authkit.mod.exception
Class BadRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- tv.hd3g.authkit.mod.exception.SecurityRejectedRequestException
-
- tv.hd3g.authkit.mod.exception.BadRequestException
-
- All Implemented Interfaces:
Serializable
public class BadRequestException extends SecurityRejectedRequestException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadRequestException(String logMessage)
-
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
-
-
-
-
Constructor Detail
-
BadRequestException
public BadRequestException(String logMessage)
-
-
Method Detail
-
pushAudit
public void pushAudit(AuditReportService auditService, javax.servlet.http.HttpServletRequest request)
- Specified by:
pushAuditin classSecurityRejectedRequestException
-
-