Class OperationUserError


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

      • OperationUserError

        public OperationUserError​(com.opencloud.slee.resources.cgin.TcapOperation op,
                                  int invokeID,
                                  com.opencloud.slee.resources.cgin.TcapError error,
                                  Object parameter)
        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.
        error - metadata object that identifies the user error.
        parameter - optional error parameter associated with the error. May be null.
        Throws:
        NullPointerException - if op or error is null.
    • Method Detail

      • getError

        public com.opencloud.slee.resources.cgin.TcapError getError()
        Get the error metadata that describes the operation error.
        Returns:
        the error metadata that describes the operation error.
      • getParameter

        public Object getParameter()
        Get the parameter associated with the error.
        Returns:
        the parameter associated with this error, or null if no parameter 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.