Class CAP4UnknownCSIDErrorEvent
- java.lang.Object
-
- Event
-
- ComponentEvent
-
- OperationEvent
-
- OperationErrorEvent
-
- OperationUserErrorEvent<Object>
-
- CAP4UnknownCSIDErrorEvent
-
public class CAP4UnknownCSIDErrorEvent extends OperationUserErrorEvent<Object>
Used as SLEE error event class by
CAP4Errors.unknownCSID
.
-
-
Field Summary
-
Fields inherited from class com.opencloud.slee.resources.cgin.OperationErrorEvent
ID
-
-
Constructor Summary
Constructors Constructor Description CAP4UnknownCSIDErrorEvent(CAP4Dialog dialog, TcapOperation operation, TcapError error, Object parameter, int invokeId)
Initialise a new com.opencloud.slee.resources.cgin.cap_v4.events.CAP4UnknownCSIDErrorEvent
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CAP4Dialog
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
-
CAP4UnknownCSIDErrorEvent
public CAP4UnknownCSIDErrorEvent(CAP4Dialog dialog, TcapOperation operation, TcapError error, Object parameter, int invokeId)
Initialise a new com.opencloud.slee.resources.cgin.cap_v4.events.CAP4UnknownCSIDErrorEvent- Parameters:
dialog
- the associated dialogoperation
- operation that generated this errorerror
- error metadata for this errorparameter
- errorparameter POJOinvokeId
- TCAP invoke ID
-
-
Method Detail
-
getDialog
public CAP4Dialog getDialog()
Gets the associated dialog.
-
-