org.ow2.easybeans.api.event.bean
Interface EZBEventBeanInvocationError

All Superinterfaces:
EZBEvent, EZBEventBeanInvocation, org.ow2.util.event.api.IEvent

public interface EZBEventBeanInvocationError
extends EZBEventBeanInvocation

Interface for all bean invocation error event.

Author:
missonng

Method Summary
 Exception getException()
          Get the bean invocation exception.
 
Methods inherited from interface org.ow2.easybeans.api.event.bean.EZBEventBeanInvocation
getInvocationNumber
 
Methods inherited from interface org.ow2.easybeans.api.event.EZBEvent
getEventProviderId, getNumber, getTime
 
Methods inherited from interface org.ow2.util.event.api.IEvent
checkPermission
 

Method Detail

getException

Exception getException()
Get the bean invocation exception.

Returns:
The bean invocation exception.


Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.