Package com.highdeal.hci
Class OperationFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.highdeal.hci.OperationFailureException
- All Implemented Interfaces:
OperationResult,XMLMarshallable,Serializable
- Direct Known Subclasses:
AcquisitionException,ActivateException,AlreadyExistException,AuthenticationFailedException,BadMessageFormatException,BadTargetException,BatchChargeException,CannotInverseException,CleanupException,ConstraintViolationException,DefaultHCIException,DisabledFeatureException,DoesNotExistException,ExpirationAlertException,ExportableItemMappingException,FetchClientStatisticsException,ForbiddenChargeException,IncompatibleOperationException,IndicatorPersistentAccessException,InvalidBulkModificationException,InvalidCreationException,InvalidDeletionException,InvalidExportException,InvalidHolidayException,InvalidImportException,InvalidInstanceException,InvalidItemException,InvalidModificationException,InvalidParameterValueException,InvalidPasswordException,InvalidSearchException,InvalidTaxException,NoTargetDefinedException,NotAuthorizedException,OperationCanceledException,OperationFailureErrorException,ParameterConcurrentAccessException,PostRateException,PreRateException,PurgeAllowanceException,RerateBulkException,RerateSubscriptionException,RetryableDatabaseException,ServerFailureException,SessionOperationException,StandbyException,StartRateException,StatelessPreRatingException,StatelessRateException,StopRateException,TransactionClearingException,UnknownParameterException,UnlockChargingContractException,UnlockSubscriptionException,UpdateRateException
This
abstract Java class represents the root exception for all the HCI operation exceptions;
Consider the known subclasses detailed in this page and the OperationFailureErrorException marshallable exception
to design your implementation and its error handling.
Implementation in Your Client Application
Consider the known subclasses that represent an HCI operation exception; They are listed in this page.
Example
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOperationFailureException(String message) OperationFailureException(String message, Throwable throwable) -
Method Summary
Modifier and TypeMethodDescriptionGets the code or the reference (if no code exists) that identifies the operand of the operation request; If the operation is not auditable, the operand reference isnull.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.highdeal.hci.XMLMarshallable
addCharacterData, addChild, marshal, setAttributes
-
Constructor Details
-
OperationFailureException
public OperationFailureException() -
OperationFailureException
-
OperationFailureException
-
-
Method Details
-
getOperandReference
Description copied from interface:OperationResultGets the code or the reference (if no code exists) that identifies the operand of the operation request; If the operation is not auditable, the operand reference isnull.- Specified by:
getOperandReferencein interfaceOperationResult- Returns:
- The operand reference of the operation result
-