Class MAPSm_DeliveryFailureErrorEvent
- java.lang.Object
-
- Event
-
- ComponentEvent
-
- OperationEvent
-
- OperationErrorEvent
-
- OperationUserErrorEvent<MAPSM_DeliveryFailureCause>
-
- MAPSm_DeliveryFailureErrorEvent
-
public class MAPSm_DeliveryFailureErrorEvent extends OperationUserErrorEvent<MAPSM_DeliveryFailureCause>
Used as SLEE error event class by
MAPErrors.sm_DeliveryFailure
.
-
-
Field Summary
-
Fields inherited from class com.opencloud.slee.resources.cgin.OperationErrorEvent
ID
-
-
Constructor Summary
Constructors Constructor Description MAPSm_DeliveryFailureErrorEvent(MAPDialog dialog, TcapOperation operation, TcapError error, MAPSM_DeliveryFailureCause parameter, int invokeId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPSm_DeliveryFailureErrorEvent
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MAPDialog
getDialog()
Gets the associated dialog.-
Methods inherited from class com.opencloud.slee.resources.cgin.OperationUserErrorEvent
getErrorInfo, getParameter, toString
-
Methods inherited from class com.opencloud.slee.resources.cgin.OperationEvent
getInvokeId, getOperationInfo
-
-
-
-
Constructor Detail
-
MAPSm_DeliveryFailureErrorEvent
public MAPSm_DeliveryFailureErrorEvent(MAPDialog dialog, TcapOperation operation, TcapError error, MAPSM_DeliveryFailureCause parameter, int invokeId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPSm_DeliveryFailureErrorEvent- Parameters:
dialog
- the associated dialogoperation
- operation that generated this errorerror
- error metadata for this errorparameter
- errorparameter POJOinvokeId
- TCAP invoke ID
-
-