Package org.duracloud.mill.auditor
Class AuditLogWriteFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.duracloud.mill.auditor.AuditLogWriteFailedException
-
- All Implemented Interfaces:
Serializable
public class AuditLogWriteFailedException extends Exception
- Author:
- Daniel Bernstein March 11, 2014
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuditLogWriteFailedException(Exception ex, AuditLogItem logItem)AuditLogWriteFailedException(String message, AuditLogItem logItem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuditLogItemgetLogItem()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AuditLogWriteFailedException
public AuditLogWriteFailedException(Exception ex, AuditLogItem logItem)
-
AuditLogWriteFailedException
public AuditLogWriteFailedException(String message, AuditLogItem logItem)
-
-
Method Detail
-
getLogItem
public AuditLogItem getLogItem()
-
-