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