Package org.xipki.ca.gateway
Class HttpRespAuditException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xipki.ca.gateway.HttpRespAuditException
-
- All Implemented Interfaces:
java.io.Serializable
public class HttpRespAuditException extends java.lang.ExceptionResponse Audit Exception.- Since:
- 3.0.1
- Author:
- Lijun Liao (xipki)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpRespAuditException(int httpStatus, java.lang.String auditMessage, org.xipki.audit.AuditLevel auditLevel, org.xipki.audit.AuditStatus auditStatus)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.xipki.audit.AuditLevelgetAuditLevel()java.lang.StringgetAuditMessage()org.xipki.audit.AuditStatusgetAuditStatus()intgetHttpStatus()
-