Class OperationProviderError


  • public final class OperationProviderError
    extends OperationError
    An operation provider error result sent or received by an interceptor extension component.
    • Constructor Detail

      • OperationProviderError

        public OperationProviderError​(com.opencloud.slee.resources.cgin.TcapOperation op,
                                      int invokeID,
                                      com.opencloud.slee.resources.cgin.ProviderErrorReason reason,
                                      com.opencloud.slee.resources.cgin.RejectProblem rejectProblem)
        Create a new operation representing an invoke provider error result.
        Parameters:
        op - operation metadata object that identifies the operation.
        invokeID - the invoke ID for the operation.
        reason - the reason for the provider error.
        rejectProblem - additional information further describing the rejection problem. May be null.
        Throws:
        NullPointerException - if op or reason is null.
    • Method Detail

      • getReason

        public com.opencloud.slee.resources.cgin.ProviderErrorReason getReason()
        Get the reason for the provider error.
        Returns:
        the reason.
      • getRejectProblem

        public com.opencloud.slee.resources.cgin.RejectProblem getRejectProblem()
        Get the optional reject problem.
        Returns:
        the reject problem, or null if no problem was specified.
      • getName

        public String getName()
        Description copied from class: Operation
        Get a descriptive name for this operation.
        Specified by:
        getName in class Operation
        Returns:
        a name.