Class AuditWriteOnlyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jivesoftware.openfire.security.AuditWriteOnlyException
-
- All Implemented Interfaces:
Serializable
public class AuditWriteOnlyException extends Exception
Thrown if a reading is not permitted with the configured SecurityAuditProvider.- Author:
- Daniel Henninger
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuditWriteOnlyException()
AuditWriteOnlyException(String message)
AuditWriteOnlyException(String message, Throwable cause)
AuditWriteOnlyException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-