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

public abstract class OperationFailureException extends Exception implements OperationResult
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.

See Also:
  • Constructor Details

    • OperationFailureException

      public OperationFailureException()
    • OperationFailureException

      public OperationFailureException(String message)
    • OperationFailureException

      public OperationFailureException(String message, Throwable throwable)
  • Method Details

    • getOperandReference

      public String getOperandReference()
      Description copied from interface: OperationResult
      Gets 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 is null.
      Specified by:
      getOperandReference in interface OperationResult
      Returns:
      The operand reference of the operation result