Class OperationNotExistException

    • Constructor Detail

      • OperationNotExistException

        public OperationNotExistException​(OperationID operationID)
        This exception is produced when an operation with ID provided does not exist
        Parameters:
        operationID - ID of the operation
      • OperationNotExistException

        public OperationNotExistException​(String metaClassName,
                                          String operationSignature)
        This exception is produced when an operation with namespace, class name and name provided does not exist
        Parameters:
        metaClassName - Name of the class that should contain the operation
        operationSignature - Signature of the operation