public class OperationUserErrorEvent<ParamType> extends OperationErrorEvent
Individual protocols subclass this event for each error they support.
All subclasses of this event are fired with an event-type-name of com.opencloud.slee.resources.cgin.OperationError
ID| Constructor and Description |
|---|
OperationUserErrorEvent(Dialog dialog,
TcapOperation operation,
TcapError error,
ParamType parameter,
int invokeId) |
| Modifier and Type | Method and Description |
|---|---|
TcapError |
getErrorInfo() |
ParamType |
getParameter() |
String |
toString() |
getInvokeId, getOperationInfopublic OperationUserErrorEvent(Dialog dialog, TcapOperation operation, TcapError error, ParamType parameter, int invokeId)