Class OperationUserErrorEvent<ParamType>
- java.lang.Object
-
- Event
-
- ComponentEvent
-
- OperationEvent
-
- OperationErrorEvent
-
- OperationUserErrorEvent<ParamType>
-
- Direct Known Subclasses:
CAP3UnknownPDPIDErrorEvent,CAP4UnknownCSIDErrorEvent,CCCancelFailedErrorEvent,CCCancelledErrorEvent,CCETCFailedErrorEvent,CCImproperCallerResponseErrorEvent,CCMissingCustomerRecordErrorEvent,CCMissingParameterErrorEvent,CCParameterOutOfRangeErrorEvent,CCRequestedInfoErrorErrorEvent,CCSystemFailureErrorEvent,CCTaskRefusedErrorEvent,CCUnavailableResourceErrorEvent,CCUnexpectedComponentSequenceErrorEvent,CCUnexpectedDataValueErrorEvent,CCUnexpectedParameterErrorEvent,CCUnknownLegIDErrorEvent,MAPAbsentSubscriberErrorEvent,MAPAbsentSubscriberSMErrorEvent,MAPAti_NotAllowedErrorEvent,MAPAtm_NotAllowedErrorEvent,MAPAtsi_NotAllowedErrorEvent,MAPBearerServiceNotProvisionedErrorEvent,MAPBusySubscriberErrorEvent,MAPCallBarredErrorEvent,MAPCug_RejectErrorEvent,MAPDataMissingErrorEvent,MAPFacilityNotSupportedErrorEvent,MAPForwardingFailedErrorEvent,MAPForwardingViolationErrorEvent,MAPIllegalEquipmentErrorEvent,MAPIllegalMSErrorEvent,MAPIllegalSS_OperationErrorEvent,MAPIllegalSubscriberErrorEvent,MAPIncompatibleTerminalErrorEvent,MAPInformationNotAvailableErrorEvent,MAPInvalidTargetBaseStationErrorEvent,MAPLongTermDenialErrorEvent,MAPMessageWaitingListFullErrorEvent,MAPMm_EventNotSupportedErrorEvent,MAPNegativePW_CheckErrorEvent,MAPNoGroupCallNumberAvailableErrorEvent,MAPNoHandoverNumberAvailableErrorEvent,MAPNoRadioResourceAvailableErrorEvent,MAPNoRoamingNumberAvailableErrorEvent,MAPNoSubscriberReplyErrorEvent,MAPNumberChangedErrorEvent,MAPNumberOfPW_AttemptsViolationErrorEvent,MAPOngoingGroupCallErrorEvent,MAPOr_NotAllowedErrorEvent,MAPPositionMethodFailureErrorEvent,MAPPw_RegistrationFailureErrorEvent,MAPResourceLimitationErrorEvent,MAPRoamingNotAllowedErrorEvent,MAPShortTermDenialErrorEvent,MAPSm_DeliveryFailureErrorEvent,MAPSs_ErrorStatusErrorEvent,MAPSs_IncompatibilityErrorEvent,MAPSs_NotAvailableErrorEvent,MAPSs_SubscriptionViolationErrorEvent,MAPSubscriberBusyForMT_SMSErrorEvent,MAPSubsequentHandoverFailureErrorEvent,MAPSystemFailureErrorEvent,MAPTargetCellOutsideGroupCallAreaErrorEvent,MAPTeleserviceNotProvisionedErrorEvent,MAPTracingBufferFullErrorEvent,MAPUnauthorizedLCSClientErrorEvent,MAPUnauthorizedRequestingNetworkErrorEvent,MAPUnexpectedDataValueErrorEvent,MAPUnidentifiedSubscriberErrorEvent,MAPUnknownAlphabetErrorEvent,MAPUnknownBaseStationErrorEvent,MAPUnknownEquipmentErrorEvent,MAPUnknownMSCErrorEvent,MAPUnknownOrUnreachableLCSClientErrorEvent,MAPUnknownSubscriberErrorEvent,MAPUssd_BusyErrorEvent
public class OperationUserErrorEvent<ParamType> extends OperationErrorEvent
Class that defines an Operation User Error.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
-
-
Field Summary
-
Fields inherited from class com.opencloud.slee.resources.cgin.OperationErrorEvent
ID
-
-
Constructor Summary
Constructors Constructor Description OperationUserErrorEvent(Dialog dialog, TcapOperation operation, TcapError error, ParamType parameter, int invokeId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TcapErrorgetErrorInfo()ParamTypegetParameter()StringtoString()-
Methods inherited from class com.opencloud.slee.resources.cgin.OperationEvent
getInvokeId, getOperationInfo
-
-
-
-
Constructor Detail
-
OperationUserErrorEvent
public OperationUserErrorEvent(Dialog dialog, TcapOperation operation, TcapError error, ParamType parameter, int invokeId)
-
-