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