Class MAPAbsentSubscriberErrorEvent
- java.lang.Object
-
- Event
-
- ComponentEvent
-
- OperationEvent
-
- OperationErrorEvent
-
- OperationUserErrorEvent<MAPAbsentSubscriberParSeq>
-
- MAPAbsentSubscriberErrorEvent
-
public class MAPAbsentSubscriberErrorEvent extends OperationUserErrorEvent<MAPAbsentSubscriberParSeq>
Used as SLEE error event class by
MAPErrors.absentSubscriber_v1
.
-
-
Field Summary
-
Fields inherited from class com.opencloud.slee.resources.cgin.OperationErrorEvent
ID
-
-
Constructor Summary
Constructors Constructor Description MAPAbsentSubscriberErrorEvent(MAPDialog dialog, TcapOperation operation, TcapError error, MAPAbsentSubscriberParSeq parameter, int invokeId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPAbsentSubscriberErrorEvent
-
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
-
MAPAbsentSubscriberErrorEvent
public MAPAbsentSubscriberErrorEvent(MAPDialog dialog, TcapOperation operation, TcapError error, MAPAbsentSubscriberParSeq parameter, int invokeId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPAbsentSubscriberErrorEvent- Parameters:
dialog
- the associated dialogoperation
- operation that generated this errorerror
- error metadata for this errorparameter
- errorparameter POJOinvokeId
- TCAP invoke ID
-
-