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