flux.audittrail.client
Interface ExitingCallWithErrorEvent

All Superinterfaces:
AbstractAuditTrailEvent, AbstractCallEvent, AbstractExitingMethodWithErrorEvent

public interface ExitingCallWithErrorEvent
extends AbstractCallEvent, AbstractExitingMethodWithErrorEvent

Logged to the audit trail when a client API call finishes with an error, which is indicated when an exception is thrown.

Author:
Copyright 2014 Flux Corporation. All rights reserved.

Method Summary
 
Methods inherited from interface flux.audittrail.client.AbstractCallEvent
getMethodName, getMethodParameterTypes, getResultType, getUsername
 
Methods inherited from interface flux.audittrail.AbstractAuditTrailEvent
getEngineName, getName
 
Methods inherited from interface flux.audittrail.AbstractExitingMethodWithErrorEvent
getThrowable
 



© 2014 Flux Corporation. All rights reserved.