org.mobicents.media.server.spi.events
Interface FailureEvent

All Superinterfaces:
NotifyEvent, java.io.Serializable

public interface FailureEvent
extends NotifyEvent

Author:
kulikov

Field Summary
 
Fields inherited from interface org.mobicents.media.server.spi.events.NotifyEvent
COMPLETED, RX_FAILED, START_FAILED, STARTED, STOPPED, TX_FAILED
 
Method Summary
 java.lang.Exception getException()
          Gets the exception which was a reason of this failure event.
 
Methods inherited from interface org.mobicents.media.server.spi.events.NotifyEvent
getEventID, getSource
 

Method Detail

getException

java.lang.Exception getException()
Gets the exception which was a reason of this failure event.

Returns:
Exception object.


Copyright © 2010. All Rights Reserved.